mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
более понятный текст кнопки автоответчика
This commit is contained in:
parent
b2cc2a4827
commit
ba0c2752a1
@ -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))
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user