mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-25 09:37:38 +00:00
🐛 Fix incorrect reply text
This commit is contained in:
parent
17a40c2199
commit
d20b23d978
@ -58,6 +58,7 @@ class WebApp(Plugin):
|
||||
return
|
||||
if status:
|
||||
await message.reply_text("验证通过", reply_markup=ReplyKeyboardRemove())
|
||||
else:
|
||||
await message.reply_text("非法请求", reply_markup=ReplyKeyboardRemove())
|
||||
return
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user