UNPKG

koishi-plugin-tmp-bot

Version:

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

16 lines (15 loc) 391 B
const tmpServerText = require("./tmpServerText"); const tmpServerImg = require("./tmpServerImg"); /** * 查询服务器列表 */ module.exports = async (ctx, cfg) => { switch (cfg.tmpServerType) { case 1: return await tmpServerText(ctx); case 2: return await tmpServerImg(ctx); default: return '指令配置错误'; } };