Easy way to verify minecraft users on your discord server.
How to use
Discord:
/verify (update) <minecraft name>
Minecraft:
/accept
Config
If you want to add a rank to the verify-system, you just have to add a new json-object which have the rank permission as its name.
{
"token": "your-discord-bot-token-here",
"activity": "Minecraft",
"//": "ActivityTypes: 0,1,2,3",
"activityType": 0,
"updateOnJoin": false,
"verifyRoles": {
"rank.owner": {
"priority": 99,
"roleId": "854791270681804851"
},
"rank.premium": {
"priority": 1,
"roleId": "852587051365957652"
},
"rank.default": {
"priority": 0,
"roleId": "852226829925482500"
}
}
}