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