koishi-plugin-toram 4.0.2 → 4.0.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.
- package/lib/index.js +2 -0
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -513,6 +513,8 @@ async function apply(ctx, config) {
|
|
|
513
513
|
const bot = ctx.bots.find((bot2) => bot2.selfId === config.qq);
|
|
514
514
|
TalkMgr.Inst().setBot(bot);
|
|
515
515
|
TalkMgr.Inst().setTalks();
|
|
516
|
+
UserMgr.Inst().setUsers();
|
|
517
|
+
MonsterMgr.Inst().setMonsters();
|
|
516
518
|
monthlyCardReminderDailyTask(config.groupId, [
|
|
517
519
|
config.monthlyCardReminder_midnightTime,
|
|
518
520
|
config.monthlyCardReminder_morningTime,
|