Just a dumb bot I'm using as an outlet to code in my free time. It's currently being developed with python 3.8 on Ubuntu Focal Fossa 20.04
- Create a
bossbot.ini
config file based on the format inexample.ini
make venv
venv/bin/python -m bossbot.main
Might need to install these packages: sqlite python-dev python-venv ffmpeg
.