Before running anything, make sure you have the following packages installed via pip:
- discord.py (v1.7.3)
- pillow (v7.0.0)
Then, you'll need 3 API tokens:
- discord (Needed in order to run)
- steam (Needed for the
steam
command inapis.py
) - giphy (Needed for the
gif
command inapis.py
)
Replace the placeholder tokens in json/api_keys_default.json
, and rename the file to api_keys.json
.
The main entry point of the script is main.py
.
Making a new module? Make sure to add bot.load_extension(fileName)
at the end of main.py
.