UNPKG
mumu-bot
Version:
latest (1.0.1-beta.2)
1.0.1-beta.2
1.0.1-beta.1
1.0.1-beta.0
1.0.0
QQ bot framework, based on mirai-api-http
mumu-bot
/
dist
/
plugins
/
index.d.ts
3 lines
(2 loc)
•
143 B
TypeScript
View Raw
1
2
3
import
{
LoadPluginFunc
,
PluginOptions
}
from
'../types/plugin'
;
export
declare
function
definePlugin
(
options: PluginOptions
):
LoadPluginFunc
;