mirror of
https://github.com/anonklub/anonklub.git
synced 2026-01-08 17:47:55 -05:00
Discord Verification Bot
Set Up
-
Create Bot in Discord Developer Portal
-
Set Bot Permissions for Installation
Scopes: application.commands, bot
Permission Reason Manage Channels Create a private verification per user and delete it after successful verification Manage Messages Delete messages after successful verification for better privacy Manage Roles Grant verifiedroleRead Message History Delete verification request message in public channel after successful verification for better privacy Send Messages Communicate instructions and verification result to user View Channels Need to be able to read user messages in order to handle verification requests
(Permissions integer: 2415922176)
Develop
- Set environment variables (see .env-sample
- Install deps:
pnpm --filter discord-bot start.dev