UNPKG

koishi-plugin-tmp-bot

Version:

欧洲卡车模拟2 TMP查询插件,不会部署的可以直接使用此机器人->QQ:3523283907

13 lines (12 loc) 409 B
const tmpQueryText = require("./tmpQueryText"); const tmpQueryImg = require("./tmpQueryImg"); module.exports = async (ctx, cfg, session, tmpId) => { switch (cfg.tmpQueryType) { case 1: return await tmpQueryText(ctx, cfg, session, tmpId); case 2: return await tmpQueryImg(ctx, cfg, session, tmpId); default: return '指令配置错误'; } };