UNPKG

@oebot/core

Version:

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

6 lines (5 loc) 355 B
import type { OEConf } from '../config'; import type { AllMessageEvent } from '../plugin'; import type { Client } from 'oicq'; /** 解析框架命令,进行框架操作,仅框架主管理有权限 */ export declare function handleOECommand(event: AllMessageEvent, bot: Client, oeConf: OEConf): Promise<number | import("oicq").MessageRet | undefined>;