UNPKG

koishi-plugin-adapter-iirose

Version:

IIROSE-[蔷薇花园](https://iirose.com/)适配器

11 lines (10 loc) 255 B
import { IIROSE_Bot } from './bot'; import * as IIROSE from './event'; export * from './bot'; export * from './ws'; export * from './event'; export default IIROSE_Bot; declare module '@satorijs/core' { interface Events extends IIROSE.Events { } }