txlyre 2 月之前
父节点
当前提交
2e5e2a3e17
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      commands.py

+ 1 - 1
commands.py

@@ -676,7 +676,7 @@ async def chess_from_handler(chess, id, moves):
         if move:
             return [f"Некорректный ход: {move}"]
 
-        return ["Некорректный последовательность ходов."]
+        return ["Некорректная последовательность ходов."]
 
     reply = [svg2png(chess.svg(id))]