mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
Update hook.py
This commit is contained in:
parent
b6b0dc85bf
commit
887177913d
@ -486,9 +486,10 @@ async def _(matcher: Matcher, bot: Bot, event: MessageEvent, state: T_State):
|
||||
and _exists_msg.get(event.group_id) is True
|
||||
):
|
||||
_exists_msg[event.group_id] = False
|
||||
raise IgnoredException("有命令就别说话了")
|
||||
elif (
|
||||
isinstance(event, PrivateMessageEvent)
|
||||
and _exists_msg.get(event.user_id) is True
|
||||
):
|
||||
_exists_msg[event.user_id] = False
|
||||
raise IgnoredException("有命令就别说话了")
|
||||
raise IgnoredException("有命令就别说话了")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user