UNPKG

koishi-plugin-mizuki-bot

Version:
5 lines (4 loc) 197 B
import { Config } from '..'; import { Context, Session } from 'koishi'; import { h } from 'koishi'; export declare function CommandTest(config: Config, ctx: Context, session: Session): Promise<h>;