Cool moderation bot
Requires Python 3.8
python3.8 -m venv venv # Create virtual environment
source venv/bin/activate # Activate virtual environment
pip install -Ur requirements.txt # Install dependencies
Make sure that the virtual environment is active.
DISCORD_TOKEN=<token> python bot.py