/6thBot

Discord bot developed for the r/6thForm community.

Primary LanguagePython

6thBot

Setup:

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 in apis.py)
  • giphy (Needed for the gif command in apis.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.

Misc:

Making a new module? Make sure to add bot.load_extension(fileName) at the end of main.py.