UNPKG

@oebot/core

Version:

能跑就行的 QQ 机器人框架,基于 oicq v2,改自KiviBot(R.I.P.)

5 lines (4 loc) 271 B
import type { ReplyFunc } from './config'; import type { Client } from 'oicq'; export declare const PluginMenu: string; export declare function handlePluginCommand(bot: Client, params: string[], reply: ReplyFunc): Promise<number | import("oicq").MessageRet | undefined>;