add MessageAction

This commit is contained in:
jxxghp
2025-06-15 21:25:14 +08:00
parent 0d938f2dca
commit 6da65d3b03
2 changed files with 4 additions and 2 deletions

View File

@@ -63,6 +63,8 @@ class EventType(Enum):
ModuleReload = "module.reload"
# 配置项更新
ConfigChanged = "config.updated"
# 消息交互动作
MessageAction = "message.action"
# 同步链式事件