UNPKG

koishi-plugin-kbot

Version:
11 lines (10 loc) 348 B
"use strict"; 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;