ThomasJRyan / BreadBot

Bot for BreadMac7's Discord server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Bot for BreadMac7's Discord server


Languages

Language:Python 100.0%