The source code for community management bot used in PESU Discord Server
Download the required modules by using the following command:
pip3 install -r requirements.txt
You will need a .env
file with the following variables:
BOT_TOKEN="YOUR_BOT_TOKEN"
MONGO_URI="YOUR_MONGO_URI"
GUILD_ID="YOUR_GUILD_ID" (742797665301168220 for PESU Discord Server)
BOT_PREFIX="YOUR_BOT_PREFIX"
NODE_ENV="development"
If you wish to contribute to the bot, run these steps:
- Create a new branch called
beta-(discord-username)
- Do whatever changes you wish to do and create a pull request with the following information furnished in the request message:
The cog you wish to change | What did you change
- Create a pull request to the dev branch.
- Wait for approval for reviewers. Your PR may be directly accepted or requested for further changes.
Under no circumstances is anyone allowed to merge to the main branch.