Update verification welcome message text

Clarify that the button check protects the chat from bots and spam.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Artemii Peretiachenko 2026-07-10 19:50:47 +02:00
parent e84f748889
commit 356b1b36eb

View file

@ -135,7 +135,7 @@ async def _ensure_challenge(
expires_at = now + cfg.verify_window_seconds expires_at = now + cfg.verify_window_seconds
text = ( text = (
f"Привет, {user_full_name}!\n\n" f"Привет, {user_full_name}!\n\n"
"Чтобы писать в чате, нажми кнопку ниже в течение 1 минуты." "Чтобы общаться в чате, нажми кнопку ниже в течение 1 минуты. Это защита от ботов и рекламы."
) )
sent = await bot.send_message(chat_id, text, reply_markup=_challenge_kb(chat_id, user_id)) sent = await bot.send_message(chat_id, text, reply_markup=_challenge_kb(chat_id, user_id))
await db.mark_pending( await db.mark_pending(