UNPKG

@oebot/core

Version:

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

5 lines (4 loc) 238 B
import type { OEConf } from '../config'; import type { Client } from 'oicq'; /** 通过插件模块路径启用单个插件 */ export declare function enablePlugin(bot: Client, oeConf: OEConf, pluginPath: string): Promise<string | true>;