diff --git a/restoran_max_bot/restoran_max_bot/bot_started.py b/restoran_max_bot/restoran_max_bot/bot_started.py index 3cdfaf0..f585016 100644 --- a/restoran_max_bot/restoran_max_bot/bot_started.py +++ b/restoran_max_bot/restoran_max_bot/bot_started.py @@ -17,7 +17,7 @@ def bot_started(client: Client, message: dict, settings: dict): maxbot_send_text_message(chat_id=chat_id, max_token=settings['token'], message=dt.descr) # отправка меню - maxbot_get_phone(chat_id=chat_id, max_token=settings['token'], text='Согласен на обработку') + maxbot_get_phone(chat_id=chat_id, max_token=settings['token'], text='Согласен на обработку персональных данных.') return True