A simple Discord bot with a Disboard Bump ranking system
-
!!h help
Display list of available commands -
!!h kick
Kick a user with their user ID -
!!h ban
Ban a user with their user ID -
!!h sum
Get the sum of two numbers -
!!h day?
Find the day of your birthday in x years -
!!h gay
Find out how gay you are/someone is -
!!h leaderboard
Display the top 10 Disboard bumpers of the server
Make a copy of .env.example and rename the copied file to .env. Environment variables go in here.
Edit .env with your bot's actual Bot token, Disboard ID, and your MongoDB URL
It is important to note that all tokens and urls from the environment file .env and from the source files itself prior to v0.1.0 are now invalid.
npm install discord.js
npm install dotenv --save
npm install discord.js-leveling
npm install mongoose
npm install qrcode
Start the bot by running
npm run start