verification-bot
verification-bot copied to clipboard
Simple Discord.js bot for verifying new members are not bots
Simple Discord Verification Bot
Originally created for the Domaincord Discord server.
https://discord.gg/R6wTYQ9
Usage
I'm assuming you already know how to get a bot token and add the bot to your server.
- Rename the
.env.examplefile to.envand fill in the appropriate values. - Edit the files
intro-message.md,community-guidelines.md, andverification-message.mdto add your own server rules and custom verification message. Do not change the filenames. - Duplicate the
.env.examplefile and rename it to.env. Fill in all of the values. - Create a channel called #verification in your server and make sure that the bot has permission to READ MESSAGES, SEND MESSAGES, and REACT TO MESSAGES.
- Run
npm install - Run
npm startor use a process manager like pm2 to keep the bot running across server restarts and automatically restart the bot if it crashes. - As the guild owner, run the command
[prefix]svmin the #verification channel and delete previous bot messages if there are any.
Note:
- If you want to change the name of the verification channel, you need to change the value on lines 72 and 92.
Command Output
