koishi-plugin-toram 4.2.4 → 4.2.5

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
@@ -949,7 +949,7 @@ async function apply(ctx, config) {
949
949
  scheduleMonthlyCardFinalReminder(config.groupId);
950
950
  ctx.on("notice", (session) => {
951
951
  if (config.sendDialog) logger.info(session);
952
- if (session.event._data.targetId !== config.qq) return;
952
+ if (session.event._data.targetId != config.qq) return;
953
953
  const event = newEvent(ctx, session, config, logger);
954
954
  const result = confirmMonthlyCardGet(event);
955
955
  if (result.code === 1001 /* 通过 */) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-toram",
3
3
  "description": "托拉姆物语小工具",
4
- "version": "4.2.4",
4
+ "version": "4.2.5",
5
5
  "contributors": [
6
6
  "青灯 <1874053520@qq.com>"
7
7
  ],