koishi-plugin-kbot
Version:
A muti-function qq bot for koishi
11 lines (10 loc) • 348 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.initCommand = void 0;
const recall_1 = require("./recall");
const blackList_1 = require("./blackList");
async function initCommand(context) {
(0, recall_1.initRecall)(context);
(0, blackList_1.initBlackList)(context);
}
exports.initCommand = initCommand;