A basic moderation bot for discord that saves infraction data using mongoDB.
0
stars
0
forks
source link
Instructions
- Copy and paste your bot token and mongoDB path into the config.json file
- Change the prefix if you want
- Run npm install in your terminal (make sure you have nodejs installed before doing this)
- Start the bot using node index.js
Information
- I did not make the event or command handlers, they are ones I found online and like to use in all my projects
- If there's a problem with the code please let me know so I can fix it (discord: seb.go#2641)
- You have to host this either on your computer or using a hosting service such as Skysilk or DigitalOcean
- This bot client is not meant to be added in more than one server. Doing so will only cause errors.