txlyre 2 tháng trước cách đây
mục cha
commit
ac7873b5ad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: