randydev commited on
Commit
da9deb0
1 Parent(s): 1d3df52

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
@@ -84,7 +84,7 @@ async def join_request(client: Client, event: ChatJoinRequest):
84
  await client.send_photo(
85
  event.from_user.id,
86
  photo=img_path,
87
- caption=f"❗️ **Verify that you are human!**\n\n❔ Please enter the CAPTCHA text below the image.",
88
  reply_markup=keyboard
89
  )
90
  os.remove(img_path)
 
84
  await client.send_photo(
85
  event.from_user.id,
86
  photo=img_path,
87
+ caption=f"❗️ **Verify that you are human!**\n\n❔ Please select the correct CAPTCHA text shown in the image below.",
88
  reply_markup=keyboard
89
  )
90
  os.remove(img_path)