The source code for BreadMac7's Discord server.
Anybody can contribute to this bot. If you'd like to then fork and clone the repo then run the following commands:
cd BreadBot
python3 -m venv .
source ./bin/activate
pip install -r requirements.txt
From there you may add new commands via the cogs functionality of Discord.py. Please look at existing cogs for example. Ideally similar commands should be grouped together.