!verify
for new user in your server to verify and get verify roles.
- nodejs https://nodejs.org/
- npm https://www.npmjs.com/ (Come with nodejs)
Step 1 Build a Bot in Discord Developer Portal.
Step 2 Copy token in bot section.
Step 3 Enable Developer Mode in Discord Advance Tab in Setting.
Step 4 Right click on your verify roles and click copy id button.
Step 5 Replace YOUR_TOKEN
with your token in line 3 then save.
Step 6 Replace YOUR_ROLES_ID
with your verify role id in line 10 then save.
Step 7 Open Command Prompt (Windows) or Terminal (Linux & Mac) with nodejs.
Step 8 Navigate to your bot folder using cd
command.
Step 9 Install Discordjs by type npm install
then hit Enter.
Step 10 Run by type node index.js
then hit Enter.
Step 1 Go to OAuth2 URL Generator section.
Step 2 Select Bot Scope on OAuth2 URL Generator.
Step 3 Scroll Down and check Administrator.
Step 4 Copy link and paste in new tab.
Step 5 Select your Discord Server and follow the instruction.
This project is licensed under the MIT License - see the LICENSE file for detail.