From d73bcae4abdd997245cfb596493ec671177cc9c5 Mon Sep 17 00:00:00 2001 From: pilot <657434@03b.ru> Date: Tue, 23 Jun 2026 12:46:30 +0800 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B3=D0=BB=D0=B0=D1=81=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BD=D0=B0=20=D0=BE=D0=B1=D1=80=D0=B0=D0=B1=D0=BE?= =?UTF-8?q?=D1=82=D0=BA=D1=83=20=D0=BF=D0=B5=D1=80=D1=81=D0=BE=D0=BD=D0=B0?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D1=8B=D1=85=20=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B?= =?UTF-8?q?=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- restoran_max_bot/restoran_max_bot/bot_started.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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