modules/room: Added help

This commit is contained in:
Dylan Hackworth 2020-04-01 00:38:37 -05:00
parent e129e604a3
commit 7cb3723b53
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class MatrixModule(BotModule):
super().__init__(name) super().__init__(name)
def help(self): def help(self):
pass return "Commands for interacting with the current room "
async def matrix_message(self, bot, room, event): async def matrix_message(self, bot, room, event):
args = event.body.split() args = event.body.split()