Skip to content

A discord moderator bot tempalte. If you want to create your own moderation bot, you may prefer this template as a good starter..

License

Notifications You must be signed in to change notification settings

Kerem24/discord-moderator-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Moderator Bot

It's a helper template to create your own moderation bot, a good starting :)

Made By 1louch

Requirements

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.

Setup

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"
}

Features

  • Slash Commands
  • A Moderator
  • Global Commands

Yazarlar ve Teşekkür

  • @MrJAwesome I have taken mod system substructure from them!

DJS

Badges

MIT License GPLv3 License AGPL License

License

MIT

About

A discord moderator bot tempalte. If you want to create your own moderation bot, you may prefer this template as a good starter..

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published