Spaces:
Running
Running
Update chatbot/plugins/join_request.py
Browse files
chatbot/plugins/join_request.py
CHANGED
@@ -216,7 +216,7 @@ async def verify_captcha_multiple_choice_callback(client: Client, cb: CallbackQu
|
|
216 |
if user_id not in captcha_texts:
|
217 |
await cb.answer("❗️ Please start the CAPTCHA verification first.", show_alert=True)
|
218 |
return
|
219 |
-
correct_captcha = captcha_texts.get(user_id
|
220 |
if user_choice == correct_captcha:
|
221 |
hacker_image = thanks_hacker_by_randydev()
|
222 |
await cb.edit_message_media(
|
|
|
216 |
if user_id not in captcha_texts:
|
217 |
await cb.answer("❗️ Please start the CAPTCHA verification first.", show_alert=True)
|
218 |
return
|
219 |
+
correct_captcha = captcha_texts.get(user_id)
|
220 |
if user_choice == correct_captcha:
|
221 |
hacker_image = thanks_hacker_by_randydev()
|
222 |
await cb.edit_message_media(
|