Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 544 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 544 Bytes

BreadBot

The source code for BreadMac7's Discord server.

Contributing

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.