UNPKG

koishi-plugin-yunzai

Version:
21 lines (18 loc) 571 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const koishi_1 = require("koishi"); class Yunzai { constructor(ctx, config) { this.config = config; this.usage = Yunzai.usage; } } (function (Yunzai) { Yunzai.usage = ` ### 插件说明 这是一个提供了 YunzaiBot (或者说 oicq 兼容层)事件兼容的基础插件。 > 兼容层插件及基于兼容层的插件正在开发中,敬请期待。 `; Yunzai.Config = koishi_1.Schema.object({}); })(Yunzai || (Yunzai = {})); exports.default = Yunzai;