Spaces:
Running
Running
Update chatbot/plugins/join_request.py
Browse files
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
|
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)
|