Merge pull request #30 from h1ddenpr0cess20/dev

bug fix
This commit is contained in:
Dustin
2024-09-17 11:40:35 -04:00
committed by GitHub

View File

@@ -226,6 +226,7 @@ class ollamarama:
command = message[0]
if command in user_commands:
action = user_commands[command]
await action()
if sender_display in self.admins and command in admin_commands:
action = admin_commands[command]
await action()