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.
- package/lib/index.js +1 -3
- 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.
|
|
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;
|