/htwk_bot

Primary LanguagePython

htwk_bot

running the bot

requirement:

  • python3

python modules:

adding a module

If you want to add your own module follow these steps:

  • create a subfolder (example/)
  • add a empty file called init.py (example/init.py)
  • create your module (example/example.py)
  • create a class that extends from Handle in your module with a member function get_message(self, bot, client, message)
  • add a object of your class to the list HANDLES in the file main.py