mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 03:59:51 +00:00
✨ 添加开发模式配置;新增入口文件和函数调用处理逻辑;重构文档字符串解析类
This commit is contained in:
7
nonebot_plugin_marshoai/dev.py
Normal file
7
nonebot_plugin_marshoai/dev.py
Normal file
@ -0,0 +1,7 @@
|
||||
from nonebot import require
|
||||
|
||||
require("nonebot_plugin_alconna")
|
||||
|
||||
from nonebot_plugin_alconna import Alconna, on_alconna
|
||||
|
||||
function_call = on_alconna("marshocall")
|
Reference in New Issue
Block a user