A small and simple Discord bot written in Python
git clone
the repo and set up avirtualenv
.- run
pip install -r requirements.txt
cp app/secrets.py.example app/secrets.py
- enter your bot token in
app/secrets.py
(and make sure to never let anyone see it) python -m app.booty.py
orpython app/booty.py