UNPKG

@oebot/core

Version:

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

11 lines (10 loc) 317 B
import type { OEConf } from '../config'; import type { Client } from 'oicq'; /** 检索并加载 node_modules 和 plugins 目录下的插件 */ export declare function loadPlugins(bot: Client, oeConf: OEConf): Promise<{ plugins: string[]; all: number; npm: number; local: number; cnt: number; }>;