A simple discord bot that helps you verify a user with a verification code.
Node - 16.6.1
NPM - 7.20.3
- Clone the repository
$ git clone https://github.com/NEEROL/discord-verification-bot.git
- Enter into the directory
$ cd discord-verification-bot/
- Install the dependencies
$ npm install
After cloning the project and installing all dependencies, you need to add your Discord API token, verification rule id and channel id in the .env file. Create an .env file and copy the contents from .env.example to the .env file.
$ npm start
send_msg
- Sends verification message (only works on the verification channel with MANAGE_GUILD privileges)
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details