UNPKG

koishi-plugin-mizuki-bot

Version:
3 lines (2 loc) 149 B
import { Context, Session } from 'koishi'; export declare const CommandCallMe: (ctx: Context, session: Session, newName: string) => Promise<string>;