txlyre 1 day ago
parent
commit
ac7873b5ad
1 changed files with 1 additions and 1 deletions
  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: