Note: The bot doesn't use a lot of resources. My testing shows it uses less than 100 MB of RAM and 0.1% of CPU
- Follow this tutorial and keep the mongodb uri as well as bot token handy.
- Video: YouTube
- Ignore the HEROKU Variables
- Also Keep your discord user id with you.
-
Download the latest version of this repository from this link
-
Go to cogs folder and delete _config.py.
-
Open _config_sample.py and edit accordingly.
Make sure to retain the quotes and brackets.
-
Optional Step Run
pip install virtualenv
. -
Run
cd venv/Scripts
-
Activate the virtual environment by running
activate
-
Go back to the bot directory where main.py file is located.