Browse Source

Fix typo.

txlyre 3 years ago
parent
commit
a24eabb143
1 changed files with 1 additions and 1 deletions
  1. 1 1
      commands.py

+ 1 - 1
commands.py

@@ -122,7 +122,7 @@ async def addgif_handler(bot, event, command):
     return
 
   try:
-    action = await find_action(comman.args[0])
+    action = await find_action(command.args[0])
 
     await add_gif(action, gif.file.id)
   except SyntaxError: