bug fix
This commit is contained in:
parent
e5636d95ed
commit
03a9d8dd98
@ -226,9 +226,10 @@ class ollamarama:
|
|||||||
command = message[0]
|
command = message[0]
|
||||||
if command in user_commands:
|
if command in user_commands:
|
||||||
action = user_commands[command]
|
action = user_commands[command]
|
||||||
|
await action()
|
||||||
if sender_display in self.admins and command in admin_commands:
|
if sender_display in self.admins and command in admin_commands:
|
||||||
action = admin_commands[command]
|
action = admin_commands[command]
|
||||||
await action()
|
await action()
|
||||||
|
|
||||||
async def message_callback(self, room: MatrixRoom, event: RoomMessageText):
|
async def message_callback(self, room: MatrixRoom, event: RoomMessageText):
|
||||||
if isinstance(event, RoomMessageText):
|
if isinstance(event, RoomMessageText):
|
||||||
|
Loading…
Reference in New Issue
Block a user