We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ttt_bot
/cancel_game
1 parent be1d402 commit cd1772fCopy full SHA for cd1772f
src/ttt/presentation/aiogram/common/bots.py
@@ -4,7 +4,7 @@
4
5
async def ttt_bot(bot: Bot) -> None:
6
await bot.set_my_commands([
7
- BotCommand(command="game", description="Начать поиск игры"),
+ BotCommand(command="game", description="Начать игру"),
8
BotCommand(command="cancel_game", description="Отменить игру"),
9
BotCommand(command="profile", description="Показать профиль"),
10
BotCommand(command="select_emoji", description="Выбрать эмоджи"),
0 commit comments