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
/
draw
/
test.d.ts
5 lines
(4 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
5
import
{
Config
}
from
'..'
;
import
{
Context
,
Session
}
from
'koishi'
;
import
{ h }
from
'koishi'
;
export
declare
function
CommandTest
(
config: Config, ctx: Context, session: Session
):
Promise
<h>;