Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 356 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 356 Bytes

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