A simple bot that checks for verification key to give access to server.
- Verifies key
- Detects redeemed keys
- Detects fake keys
- Make sure Node is installed on your system and open a command prompt/terminal.
- Run
git clone https://github.com/arnavpanigrahi/discord-key-verification-bot
- Run
cd discord-key-verification-bot
- Run
npm install
- Edit the dotenv file and put your discord bot's token.
- Run
node .
- Put in all your verification codes in "order_id.txt"
- Make changes in source according to your server architecture ie roles, permissions etc.