Skip to content

Ananazzo/ModBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuyMeACoffee

ModBot

ModBot is a Discord moderation bot built with Python. It provides various moderation features like warning users, kicking users, and more.

Requirements

  • Python 3.6 or higher
  • MySQL database

Setup

  1. Clone the repository:
git clone https://github.com/Ananazzo/ModBot.git
  1. Install the required Python packages:
pip install -r requirements.txt
  1. Set up your MySQL database and add your database connection details to a .env file in the root directory.
TOKEN=your_discord_token
HOST=host
USER=username
PASS=password
  1. Run the bot:
python main.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Discord moderation bot using pycord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published