Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 745 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 745 Bytes

discord-key-verification-bot

A simple bot that checks for verification key to give access to server.

Features

  • Verifies key
  • Detects redeemed keys
  • Detects fake keys

Installation methods

Local

  • 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 .

Tips

  • Put in all your verification codes in "order_id.txt"
  • Make changes in source according to your server architecture ie roles, permissions etc.

License

GPL-3.0-or-later