UNPKG

@oebot/core

Version:

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

6 lines (5 loc) 294 B
import type { OEPlugin } from './plugin'; import type { OEConf } from '../config'; import type { Client } from 'oicq'; /** 通过插件路径禁用单个插件 */ export declare function disablePlugin(bot: Client, oeConf: OEConf, plugin: OEPlugin, pluginPath: string): Promise<string | true>;