UNPKG

@oebot/core

Version:

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

9 lines (8 loc) 209 B
export * from 'oicq'; export * from './path'; export * from './config'; export * from './plugin'; export * from './events'; export * from './logger'; export * from './notice'; export { start } from './start';