Merge pull request #93 from berlincount/disabled_cmd

Don't enable cmd module by default
This commit is contained in:
Ville Ranki 2020-07-20 21:03:40 +03:00 committed by GitHub
commit 6af66e2f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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):