mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-02 08:29:51 +00:00
✨ 添加内置工具插件,支持获取已加载插件列表和读取本地文件内容功能
This commit is contained in:
@ -19,6 +19,8 @@ _plugins: dict[str, Plugin] = {}
|
||||
__all__ = [
|
||||
"load_plugin",
|
||||
"load_plugins",
|
||||
"get_plugin",
|
||||
"get_plugins",
|
||||
"_plugins",
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user