This is a project that I want to see how it turns out. Basically like 7 discord bot developers spend time working on the bot. One at a time, but with no communication.
-
Make sure to get Python 3.8 or higher. This is the minimum version that will run the bot.
-
Setup venv Do
python -m venv venv
-
Install dependencies Run
pip install -U -r requirements.txt
-
Configure the bot
Create a config.py
file in the root directory.
You can paste the following template and fill in necessary information.
token = '' # bot token from discord developer portal
The bot also requires members
and message_content
intents to function.