koishi-plugin-yunzai
Version:
a yunzai adapter for koishi
21 lines (18 loc) • 705 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.YunzaiBot = void 0;
const koishi_1 = require("koishi");
class YunzaiBot extends koishi_1.Bot {
constructor(ctx, config) {
super(ctx, config);
}
}
exports.YunzaiBot = YunzaiBot;
(function (YunzaiBot) {
YunzaiBot.usage = `
### 插件说明
这是一个提供了 YunzaiBot (或者说 oicq 兼容层)事件兼容的基础插件,请前往插件市场搜索 \`kunzai\` 来获取 yunzai 系列插件。
> 兼容层插件及基于兼容层的插件正在开发中,敬请期待。
`;
YunzaiBot.Config = koishi_1.Schema.object({});
})(YunzaiBot = exports.YunzaiBot || (exports.YunzaiBot = {}));