From ba0c2752a173cfbdf508266f5aa8276705376144 Mon Sep 17 00:00:00 2001 From: mihalin Date: Thu, 9 Dec 2021 23:05:56 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B1=D0=BE=D0=BB=D0=B5=D0=B5=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=BD=D1=8F=D1=82=D0=BD=D1=8B=D0=B9=20=D1=82=D0=B5=D0=BA=D1=81?= =?UTF-8?q?=D1=82=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8=20=D0=B0=D0=B2?= =?UTF-8?q?=D1=82=D0=BE=D0=BE=D1=82=D0=B2=D0=B5=D1=82=D1=87=D0=B8=D0=BA?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- olgram/commands/menu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olgram/commands/menu.py b/olgram/commands/menu.py index 3bcf5dd..3eddf09 100644 --- a/olgram/commands/menu.py +++ b/olgram/commands/menu.py @@ -147,7 +147,7 @@ async def send_bot_text_menu(bot: Bot, call: ty.Optional[types.CallbackQuery] = callback_data=menu_callback.new(level=1, bot_id=bot.id, operation=empty, chat=empty)) ) keyboard.insert( - types.InlineKeyboardButton(text="Следующий текст", + types.InlineKeyboardButton(text="Автоответчик", callback_data=menu_callback.new(level=3, bot_id=bot.id, operation="next_text", chat=empty)) )