randydev commited on
Commit
2aca136
·
verified ·
1 Parent(s): d46ea82

Update chatbot/plugins/join_request.py

Browse files
Files changed (1) hide show
  1. chatbot/plugins/join_request.py +1 -1
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(