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