Add new bot commands inside bot_commands
as a new Class
or function
in a new file.
Add the command in constants.py
and invoke the bot command for the designated command in bot.py
- Copy
.env.sample
to.env
and fill the API Keys - Install the dependencies
pip install -r requirements.txt
- Run the bot
python bot.py
Tutorial: https://realpython.com/how-to-make-a-discord-bot-python/