Skip to content

TO DO

  • Add command categories
  • Add economy commands
  • Add help menu descriptions for all of the commands
  • Add aliases to commands
  • Add and find cool new commands to add
  • Find other stuff to put on the to do list

Information

Python version: * 3.9.6

It uses the modules:

  • To install a module in python just open terminal and enter:
pip install "module name"

Built in python modules * There are multiple modules that come alongside python 3.9.6 that are used to help the bot run. These modules do not need to be installed seperately.


discord.py * This module is the core of the bot and allows it to communicate with discord and set up commands. The bot will not function without this module. It is open source.


(async)praw * This is a module that allows the bot to get data from posts on reddit. It is basically the praw module except for features that allow it to run asynchronously. Since the code to run the command that uses this module is located inside a cog, it is optional to install this module, but the command(s) related to getting reddit posts will not work.


Last update: December 12, 2021