diff --git a/modules/help.py b/modules/help.py index 54d05d0..ea0ed09 100644 --- a/modules/help.py +++ b/modules/help.py @@ -6,6 +6,7 @@ class MatrixModule(BotModule): def __init__(self, name): super().__init__(name) self.msg_users = False + self.info = "More information at https://github.com/vranki/hemppa" def get_settings(self): data = super().get_settings()