action, command, event_handler易用方法更新,增加语音,混合,转发消息的发送

This commit is contained in:
UnCLAS-Prommer
2025-09-14 00:14:01 +08:00
parent 45cc6a7f7d
commit ab64eee343
10 changed files with 734 additions and 168 deletions

View File

@@ -27,6 +27,9 @@ from .base import (
ToolParamType,
CustomEventHandlerResult,
ReplyContentType,
ReplyContent,
ForwardNode,
ReplySetModel,
)
# 导入工具模块
@@ -101,8 +104,11 @@ __all__ = [
"EventHandlerInfo",
"EventType",
"ToolParamType",
"ReplyContentType",
# 消息
"ReplyContentType",
"ReplyContent",
"ForwardNode",
"ReplySetModel",
"MaiMessages",
"CustomEventHandlerResult",
# 装饰器