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:
parent
e84f748889
commit
356b1b36eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue