txlyre 2 месяцев назад
Родитель
Сommit
ac7873b5ad
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      commands.py

+ 1 - 1
commands.py

@@ -732,7 +732,7 @@ async def chess_pass_handler(chess, id):
     return [svg2png(chess.svg(id))]
 
 
-async def chess_board_handler(chess, id, move):
+async def chess_board_handler(chess, id):
     try:
         board = svg2png(chess.svg(id))
     except KeyError: