This repo uses git submodules, so when cloning be sure to use:
git clone --recurse-submodules-
Create venv if you don't have it already
python3 -m venv .venv
-
Activate
source ./.venv/bin/activate -
Install dependencies
python3 -m pip install -r requirements.txt
(When using the master branch of discord.py, you also need
python -m pip install -U git+https://github.com/Rapptz/discord.py) -
Copy the config sample file and fill it in
cp config.example.py config.py
-
Run
python3 Modbot.py