koishi-plugin-cat-raising 0.1.5 → 0.1.6

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
@@ -166,7 +166,7 @@ function apply(ctx, config) {
166
166
  }
167
167
  const currentDateTime = parsedEvents[0].dateTime;
168
168
  if (forwardedHistory.some((entry) => entry.roomId === roomId && entry.dateTime === currentDateTime)) {
169
- session.send(`这个直播间在“${currentDateTime}”的活动已经转发过了哦~`);
169
+ session.send(`看到啦看到啦,不要发那么多次嘛~`);
170
170
  return;
171
171
  }
172
172
  let biliInfo = "";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-cat-raising",
3
3
  "description": "",
4
- "version": "0.1.5",
4
+ "version": "0.1.6",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [