txlyre 2 ay önce
ebeveyn
işleme
b84472be64
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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: