UNPKG
@oebot/core
Version:
latest (0.8.6)
0.8.6
0.8.5
0.8.4
0.8.3
能跑就行的 QQ 机器人框架,基于 oicq v2,改自KiviBot(R.I.P.)
docs.d3ft.cn.eu.org/oebot/
@oebot/core
/
lib
/
core
/
start.d.ts
8 lines
(7 loc)
•
315 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
OEPlugin
}
from
'./plugin'
;
/** 当前缓存中已载入并启用的插件 map */
export
declare
const
plugins
:
Map
<
string
,
OEPlugin
>;
/** 框架的 package.json 描述信息 */
export
declare
const
pkg
:
any
;
/** 通过 `config.json` 配置文件启动框架 */
export
declare
function
start
(
):
void
;