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.
- package/lib/index.js +1 -1
- 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", {
|
|
232
|
+
const atAll = `${(0, import_koishi2.h)("at", { id: "all" })}`;
|
|
233
233
|
return content ? `${atAll} ${content}` : atAll;
|
|
234
234
|
}
|
|
235
235
|
__name(genAtAllMessage, "genAtAllMessage");
|