Commands
Discord setup (required)
In the Discord Developer Portal
→ your app → Bot, enable these privileged intents:
Then fill in
The bot also needs the Manage Roles permission in your server, and its role
must sit above the linked role in the role list.
Storage
Switch back-ends with a single line in
- /link - Get a verification token. (Grants discordverify.linked permission when linked).
- /unlink - Disconnect your Discord account.
- /2fa status - Check your current 2FA status.
- /2fa toggle - Turn 2FA on or off.
Discord setup (required)
In the Discord Developer Portal
→ your app → Bot, enable these privileged intents:
MESSAGE CONTENT INTENT — to read plain-text link tokens in DMs
SERVER MEMBERS INTENT — to add/remove the linked role
Then fill in
config.yml:
YAML:
discord:
bot-token: "..." # keep secret — never commit
guild-id: "..."
linked-role-id: "..."
The bot also needs the Manage Roles permission in your server, and its role
must sit above the linked role in the role list.
Storage
Switch back-ends with a single line in
config.yml:
YAML:
database:
type: SQLITE # YAML | SQLITE | MYSQL
