/moderator

Discord moderator bot for the Discohook support server

Primary LanguagePythonMIT LicenseMIT

Discomod

Cool moderation bot

Installing

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

Running

Make sure that the virtual environment is active.

DISCORD_TOKEN=<token> python bot.py