Spaces:
Running
Running
Update chatbot/plugins/join_request.py
Browse files
chatbot/plugins/join_request.py
CHANGED
@@ -391,7 +391,7 @@ async def verify_captcha_callback(client: Client, cb: CallbackQuery):
|
|
391 |
del captcha_texts["chat_id"]
|
392 |
del captcha_texts["chat_link"]
|
393 |
except Exception as e:
|
394 |
-
await cb.answer(f"Error CAPTCHA: {e}")
|
395 |
|
396 |
@Client.on_callback_query(filters.regex("^cancel_mode$"))
|
397 |
async def cancel_mode_callback(client: Client, cb: CallbackQuery):
|
|
|
391 |
del captcha_texts["chat_id"]
|
392 |
del captcha_texts["chat_link"]
|
393 |
except Exception as e:
|
394 |
+
await cb.answer(f"Error CAPTCHA: {e}", show_alert=True)
|
395 |
|
396 |
@Client.on_callback_query(filters.regex("^cancel_mode$"))
|
397 |
async def cancel_mode_callback(client: Client, cb: CallbackQuery):
|