Skip to content

g3rrit/htwk_bot

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published