fix(message_handler): 修改 ON_NOTICE_RECEIVED 事件的权限组为 SYSTEM

This commit is contained in:
Windpicker-owo
2025-11-28 14:12:35 +08:00
parent 6c808d1052
commit bfc45cb4f0

View File

@@ -315,7 +315,7 @@ class MessageHandler:
# 触发 notice 事件(可供插件监听)
await event_manager.trigger_event(
EventType.ON_NOTICE_RECEIVED,
permission_group="USER",
permission_group="SYSTEM",
message=message,
notice_type=notice_type,
chat_stream=chat,