koishi-plugin-toram 4.1.0 → 4.1.1

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
@@ -229,7 +229,7 @@ __name(genMonthlyCardReminderUsers, "genMonthlyCardReminderUsers");
229
229
  var import_koishi2 = require("koishi");
230
230
  var ALL_MEMBER_REMINDER_TYPE = "all-member-reminder";
231
231
  function genAtAllMessage(content) {
232
- const atAll = `${(0, import_koishi2.h)("at", { type: "all" })}`;
232
+ const atAll = `${(0, import_koishi2.h)("at", { id: "all" })}`;
233
233
  return content ? `${atAll} ${content}` : atAll;
234
234
  }
235
235
  __name(genAtAllMessage, "genAtAllMessage");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-toram",
3
3
  "description": "托拉姆物语小工具",
4
- "version": "4.1.0",
4
+ "version": "4.1.1",
5
5
  "contributors": [
6
6
  "青灯 <1874053520@qq.com>"
7
7
  ],