ModBot is a Discord moderation bot built with Python. It provides various moderation features like warning users, kicking users, and more.
- Python 3.6 or higher
- MySQL database
- Clone the repository:
git clone https://github.com/Ananazzo/ModBot.git- Install the required Python packages:
pip install -r requirements.txt- 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- Run the bot:
python main.pyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.