It's a helper template to create your own moderation bot, a good starting :)
Made By 1louch
To ensure the project runs smoothly, the following requirements need to be met:
- Node.js: Download and install from the official website.
- Discord.js: Install using the command
npm install discord.js
. - Other Dependencies: Install project dependencies listed in
requirements.txt
.
Clone the git
git clone https://github.com/Kerem24/discord-moderator-bot.git
To install the required modules;
npm install -r requirements.txt
If this doesn't work you may need to manually download the modules from the requirements.txt file.
Run the bot
npm start
- Note: Don't even try to run with using node index.js or something else, it has to be run like this because of the module.
- To run this project, you have to do some changes (FULL THEM ALL!)
{
"token": "your_token_goes_here",
"clientId": "bot_id_goes_here",
"mongoURL": "your_mongooseURL_goes_here"
}
- Slash Commands
- A Moderator
- Global Commands
- @MrJAwesome I have taken mod system substructure from them!