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.
Files changed (2) hide show
  1. package/lib/index.js +2 -0
  2. 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,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-toram",
3
3
  "description": "托拉姆物语小工具",
4
- "version": "4.0.2",
4
+ "version": "4.0.3",
5
5
  "contributors": [
6
6
  "青灯 <1874053520@qq.com>"
7
7
  ],