mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-02 08:29:51 +00:00
✨ 添加聊天功能,支持获取会话信息和发送消息到用户或群组
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
from nonebot_plugin_marshoai.plugin import PluginMetadata
|
||||
|
||||
from .chat import *
|
||||
from .file_io import *
|
||||
from .manager import *
|
||||
from .network import *
|
||||
|
||||
__marsho_meta__ = PluginMetadata(
|
||||
name="内置增强组件",
|
||||
version="0.0.1",
|
||||
description="内置工具插件",
|
||||
author="MarshoTeam of LiteyukiStudio",
|
||||
)
|
||||
|
Reference in New Issue
Block a user