There are several branches on this repo. The main Branch is the moderation branch with basic moderation commands. Other branches such as economy consist of economy commands using the mongodb database.
- Kick, Ban, Mute (Must have a role named "Muted"), Help, ping commands.
npm installFor all required dependencies.- Replace your client ID and Token in the .env OR if you do not wish to use a .env simply replace the
process.env.TOKENandprocess.env.CLIENT_IDwith your bot's token and bot id. - Finally:
node .to run the project.
- NodeJS and Discord.JS v14