Polytoria Community Verify Bot! Designed for all Discord Servers! Verify users using a code in their description. The bot uses TypeScript and runs on node environment.
- Clone this git repository
- Create a new Discord Bot Application or use an existing one
- Create a .env file
- Put TOKEN=YOUR_TOKEN inside the .env file and replace YOUR_TOKEN with your Discord bot token
- Run
npm i
. This command will install required modules. - Run
npm run build
. This command will compile from TypeScript source to Normal JS - Finally, run
npm start
to start the bot.
- to-boolean by rafaelrinaldi
- eslint by eslint
- axios by axios
- chalk by chalk
- discord-command-parser by campbellbrendene
- discordjs by discord.js
- dotenv by motdotla
- firebase by google
This bot is licensed under the Apache License 2.0 which you can read in more detail here