From 2b2d4823cd021160ceae69edf3240b73431fb7bc Mon Sep 17 00:00:00 2001 From: pilot <657434@03b.ru> Date: Mon, 25 May 2026 17:47:51 +0800 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- restoran_max_bot/restoran_max_bot/bot_message.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/restoran_max_bot/restoran_max_bot/bot_message.py b/restoran_max_bot/restoran_max_bot/bot_message.py index 0f4043b..7690393 100644 --- a/restoran_max_bot/restoran_max_bot/bot_message.py +++ b/restoran_max_bot/restoran_max_bot/bot_message.py @@ -128,12 +128,12 @@ def bot_message(client: Client, message: dict, settings: dict, message_type): maxbot_send_text_message(chat_id=chat_id, max_token=settings['token'], message=dt.url) # отправка меню - maxbot_send_menu_button(chat_id=chat_id, max_token=settings['token'], message='👇 Выбери раздел', client=client) + maxbot_send_menu_button(chat_id=chat_id, max_token=settings['token'], message='👇 Выберите раздел', client=client) else: if payload['payload_type'] == 'booking_count_people': print('запрос даты') # отправка меню - maxbot_send_menu_button(chat_id=chat_id, max_token=settings['token'], message='👇 Выбери раздел', client=client) + maxbot_send_menu_button(chat_id=chat_id, max_token=settings['token'], message='👇 Выберите раздел', client=client) return True