Small bot to manage the bot side of linking discord accounts
| data | ||
| modules | ||
| .gitattributes | ||
| .gitignore | ||
| config.json | ||
| defaultAuth.json | ||
| index.ts | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Linking bot
POST /link
{
"usernme": "minecraft username",
"uuid": "minecraft uuid",
"code": "the linking code"
}
POST /unlink
{
"uuid": "minecraft uuid"
}