mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-22 07:07:46 +00:00
🐛 Fix webapp invalid url
This commit is contained in:
parent
9b5375c5cd
commit
c86e24ac16
@ -26,7 +26,7 @@ class VerificationPlugins(Plugin):
|
|||||||
return
|
return
|
||||||
url = (
|
url = (
|
||||||
f"{config.pass_challenge_user_web}/webapp?"
|
f"{config.pass_challenge_user_web}/webapp?"
|
||||||
f"username={context.bot.username}&command=verify>={gt}&challenge={challenge}&uid={uid}"
|
f"gt={gt}&username={context.bot.username}&command=verify&challenge={challenge}&uid={uid}"
|
||||||
)
|
)
|
||||||
await message.reply_text(
|
await message.reply_text(
|
||||||
"请尽快在10秒内完成手动验证\n或发送 /web_cancel 取消操作",
|
"请尽快在10秒内完成手动验证\n或发送 /web_cancel 取消操作",
|
||||||
|
Loading…
Reference in New Issue
Block a user