txlyre 2 달 전
부모
커밋
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: