txlyre hace 2 meses
padre
commit
b84472be64
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      commands.py

+ 1 - 1
commands.py

@@ -688,7 +688,7 @@ async def chess_move_handler(chess, id, move):
 
 async def chess_undo_handler(chess, id):
     try:
-        await chess.undo(id)
+        chess.undo(id)
     except KeyError:
         return ["Нет активной игры."]
     except IndexError: