From 356b1b36ebc274b10d23d0a5609e8373f46f5432 Mon Sep 17 00:00:00 2001 From: Artemii Peretiachenko Date: Fri, 10 Jul 2026 19:50:47 +0200 Subject: [PATCH] Update verification welcome message text Clarify that the button check protects the chat from bots and spam. Co-authored-by: Cursor --- bot/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/handlers.py b/bot/handlers.py index ecf5216..5ebb354 100644 --- a/bot/handlers.py +++ b/bot/handlers.py @@ -135,7 +135,7 @@ async def _ensure_challenge( expires_at = now + cfg.verify_window_seconds text = ( f"Привет, {user_full_name}!\n\n" - "Чтобы писать в чате, нажми кнопку ниже в течение 1 минуты." + "Чтобы общаться в чате, нажми кнопку ниже в течение 1 минуты. Это защита от ботов и рекламы." ) sent = await bot.send_message(chat_id, text, reply_markup=_challenge_kb(chat_id, user_id)) await db.mark_pending(