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
6d58f6a188
commit
ef662a16df
@ -482,11 +482,11 @@ class AuthChecker:
|
|||||||
"""群休眠"""
|
"""群休眠"""
|
||||||
if text.strip() != "醒来":
|
if text.strip() != "醒来":
|
||||||
logger.debug(
|
logger.debug(
|
||||||
f"功能总开关关闭状态...",
|
f"群休眠状态...",
|
||||||
"HOOK",
|
"HOOK",
|
||||||
session=session,
|
session=session,
|
||||||
)
|
)
|
||||||
raise IgnoredException("功能总开关关闭状态")
|
raise IgnoredException("群休眠状态")
|
||||||
|
|
||||||
async def auth_cost(
|
async def auth_cost(
|
||||||
self, user: UserConsole, plugin: PluginInfo, session: EventSession
|
self, user: UserConsole, plugin: PluginInfo, session: EventSession
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user