Skip to content

Commit cd1772f

Browse files
committed
feat(ttt_bot): fix /cancel_game description
1 parent be1d402 commit cd1772f

File tree

1 file changed

+1
-1
lines changed
  • src/ttt/presentation/aiogram/common

1 file changed

+1
-1
lines changed

src/ttt/presentation/aiogram/common/bots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
async def ttt_bot(bot: Bot) -> None:
66
await bot.set_my_commands([
7-
BotCommand(command="game", description="Начать поиск игры"),
7+
BotCommand(command="game", description="Начать игру"),
88
BotCommand(command="cancel_game", description="Отменить игру"),
99
BotCommand(command="profile", description="Показать профиль"),
1010
BotCommand(command="select_emoji", description="Выбрать эмоджи"),

0 commit comments

Comments
 (0)