UNPKG

@oebot/core

Version:

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

3 lines (2 loc) 177 B
/** 通过模块路径获取插件名称,如果是 `npm` 插件,则自动去掉 `oebot-plugin-` 前缀 */ export declare function getPluginNameByPath(path: string): string;