/classbot

An unfinished discord bot made to assign custom classes

Primary LanguagePython

classbot

Cogs

  • Startraid (startraid)
  • Help (help)

Running

  1. Install Python and the Discord.py module for it.
  2. Make a bot user on discord (please follow external tutorials).
  3. Open a terminal and set the "TOKEN" enviroment variable to your bot's token.
  4. Run it:
    # Linux
    python3 app.py
    
    # Windows
    py app.py