A Discord bot.
- Install python3
- Create a discord bot by following these steps and note the bot's
TOKEN
- Install the python discord API with voice
- Replace TokenString in Bort.ini with your bots token
- In a command line or terminal type
Windows
cd src
python Bort.py
Linux / macOS
cd src
python3 Bort.py
- Bort's functionality is partitioned into Cogs (individual python files). Cogs are found in the folder
src/cogs
- To contribute, clone
Bort
, add cogs, and submit a pull request - There are a list of issues which may be a good starting point
- More information on cogs can be found here
- Please use the existing cogs as a reference as well