koishi-plugin-smmcat-gensokyo 0.0.22 → 0.0.23

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 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -1021,7 +1021,7 @@ function settlementBuff(agent) {
1021
1021
  --agent.buff[item].timer;
1022
1022
  if (agent.buff[item].timer == 0) delete agent.buff[item];
1023
1023
  });
1024
- return msgList.length ? msgList.map((item) => `(${getLineupName(agent)}:${item})`).join("\n") : null;
1024
+ return msgList.length ? msgList.map((item) => ${getLineupName(agent)}:${item})`).join("\n") : null;
1025
1025
  }
1026
1026
  __name(settlementBuff, "settlementBuff");
1027
1027
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-smmcat-gensokyo",
3
3
  "description": "名为《幻想乡》的文字冒险游戏",
4
- "version": "0.0.22",
4
+ "version": "0.0.23",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [