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.
- package/lib/index.js +1 -1
- 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(
|
|
169
|
+
session.send(`看到啦看到啦,不要发那么多次嘛~`);
|
|
170
170
|
return;
|
|
171
171
|
}
|
|
172
172
|
let biliInfo = "";
|