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.mjs
7 lines
(6 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
function
definePlugin
(
options
) {
return
function
(
bot
) { options.
load
(bot);
return
options.
name
; }; }