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