Skip to main content

Hosting the Bot

Before continuing, make sure you have the Bot Account from the previous step.

Make sure You have Python 3.9 or above installed

If you don't already have the code downloaded, clone the repository

git clone https://github.com/BPS-Circular-API/discord-bot

Or just download the zip file from here

CD into the directory

cd discord-bot

Install the packages -

pip install -r requirements.txt 

Edit the config.ini file and replace the token with your bot token, also make sure to modify the config to your liking

nano ./data/config.ini

Run the bot with the following command

python bot.py

There you go! Your bot should now be running.

Feel free to edit the cogs or upload cogs of your own to /cogs. Happy programming!