koishi-plugin-cocoyyy-console 1.0.9-beta.1 → 1.0.9-beta.2

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
@@ -1293,7 +1293,7 @@ ${list.join(",")}`;
1293
1293
  let result = contents[random.int(0, contents.length)];
1294
1294
  session.send((0, import_koishi8.h)("at", { id: matchedUid }) + " " + result);
1295
1295
  }
1296
- return;
1296
+ return session.send((0, import_koishi8.h)("at", { id: matchedUid }) + " *死你");
1297
1297
  } catch (error) {
1298
1298
  logger.error("[rbq middleware] Error:", error);
1299
1299
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-cocoyyy-console",
3
3
  "description": "自用koishi插件,功能包含复读,记录黑历史,*人等",
4
- "version": "1.0.9-beta.1",
4
+ "version": "1.0.9-beta.2",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "contributors": [