UNPKG
koishi-plugin-mizuki-bot
Version:
latest (1.1.0)
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
明日方舟多功能Bot
github.com/lonelyion/koishi-plugin-mizuki-bot
lonelyion/koishi-plugin-mizuki-bot
koishi-plugin-mizuki-bot
/
lib
/
commands
/
callme.d.ts
3 lines
(2 loc)
•
149 B
TypeScript
View Raw
1
2
3
import
{
Context
,
Session
}
from
'koishi'
;
export
declare
const
CommandCallMe
:
(
ctx
:
Context
,
session
:
Session
,
newName
:
string
) =>
Promise
<
string
>;