koishi-plugin-cat-raising 0.1.2 → 0.1.3

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 +2 -2
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -112,9 +112,9 @@ function parseEvents(text) {
112
112
  __name(parseEvents, "parseEvents");
113
113
  function apply(ctx, config) {
114
114
  const forwardedHistory = [];
115
- const HISTORY_SIZE = 30;
115
+ const HISTORY_SIZE = 10;
116
116
  const REJECTION_KEYWORDS = ["签到", "打卡"];
117
- const OVERRIDE_KEYWORDS = ["神金", "发", "掉落", "猫猫钻"];
117
+ const OVERRIDE_KEYWORDS = ["神金", "发"];
118
118
  ctx.on("message", async (session) => {
119
119
  if (session.channelId !== config.monitorGroup) return;
120
120
  const originalMessageContent = session.content;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-cat-raising",
3
3
  "description": "",
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [