mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
💬 在提示中显示需要的好感度
This commit is contained in:
parent
fc3d8223c7
commit
cc049555c0
@ -367,7 +367,8 @@ class AuthChecker:
|
||||
if self.is_send_limit_message(plugin, user_id):
|
||||
self._flmt_s.start_cd(user_id)
|
||||
await MessageUtils.build_message(
|
||||
"好感度不足哦,请继续签到提升好感度吧..."
|
||||
f"好感度不足哦,当前功能需要好感度: {plugin.impression},"
|
||||
"请继续签到提升好感度吧!"
|
||||
).send(reply_to=True)
|
||||
logger.debug(
|
||||
f"{plugin.name}({plugin.module}) 用户好感度不足...",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user