Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1 KB

File metadata and controls

45 lines (29 loc) · 1 KB

BuyMeACoffee

ModBot

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

Currently highly wip as i dont have time to work on it currently, will likely finish at somepoint

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.