Small bot to manage the bot side of linking discord accounts
Find a file
2022-03-22 23:02:57 -04:00
data initial commit 2022-03-21 21:02:15 -04:00
modules change from using POST requests to GET requests 2022-03-22 23:02:57 -04:00
.gitattributes Initial commit 2022-03-21 19:52:13 -04:00
.gitignore initial commit 2022-03-21 21:02:15 -04:00
config.json initial commit 2022-03-21 21:02:15 -04:00
defaultAuth.json initial commit 2022-03-21 21:02:15 -04:00
index.ts initial commit 2022-03-21 21:02:15 -04:00
LICENSE Initial commit 2022-03-21 19:52:13 -04:00
package-lock.json initial commit 2022-03-21 21:02:15 -04:00
package.json initial commit 2022-03-21 21:02:15 -04:00
README.md Create README.md 2022-03-21 21:35:18 -04:00
tsconfig.json initial commit 2022-03-21 21:02:15 -04:00

Linking bot

POST /link

{
"usernme": "minecraft username",
"uuid": "minecraft uuid",
"code": "the linking code"
}

POST /unlink

{
 "uuid": "minecraft uuid"
}