diff --git a/modules/cmd.py b/modules/cmd.py index dd431fd..7fd4ec2 100644 --- a/modules/cmd.py +++ b/modules/cmd.py @@ -6,6 +6,7 @@ import shlex class MatrixModule(BotModule): def __init__(self, name): super().__init__(name) + self.enabled = False self.commands = {} async def matrix_message(self, bot, room, event):