koishi-plugin-ggcevo-game 1.6.35 → 1.6.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -3
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -8635,8 +8635,6 @@ ${ticketMessage}${effectMessage}`;
8635
8635
  `审核人: ${item.reviewer}`
8636
8636
  ];
8637
8637
  let finalText = baseInfo.join("\n");
8638
- if (item.comment) finalText += `
8639
- 备注: ${item.comment}`;
8640
8638
  return finalText;
8641
8639
  }).join("\n------------------------------\n");
8642
8640
  return [
@@ -10066,7 +10064,7 @@ ${discountDetails.join("\n")}`;
10066
10064
  ];
10067
10065
  return responseLines.filter(Boolean).join("\n");
10068
10066
  });
10069
- ctx.guild().command("ggcevo/攻击 <bossName>").usage("请输入要攻击的异形名称(例如:攻击 异齿猛兽 或 攻击 寒冰王蛇)").action(async (argv, bossName) => {
10067
+ ctx.command("ggcevo/攻击 <bossName>").usage("请输入要攻击的异形名称(例如:攻击 异齿猛兽 或 攻击 寒冰王蛇)").action(async (argv, bossName) => {
10070
10068
  const session = argv.session;
10071
10069
  let bossEventBroadcast = null;
10072
10070
  let cleanerRewardBroadcast = null;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-ggcevo-game",
3
3
  "description": "《星际争霸2》咕咕虫-evolved地图的专属游戏助手插件,集成天梯排行、抽奖系统、签到福利、兑换商城等丰富功能。",
4
- "version": "1.6.35",
4
+ "version": "1.6.36",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [