UNPKG

@oebot/core

Version:

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

3 lines (2 loc) 144 B
/** 通过插件名定位插件路径的函数 */ export declare function getPluginPathByName(pluginName: string): Promise<string | undefined>;