Fix DM reminders trying to load guild data

This commit is contained in:
jude
2024-06-06 16:56:19 +01:00
parent 5e82a687f9
commit 8881ef0f85
8 changed files with 42 additions and 11 deletions

View File

@ -52,6 +52,7 @@ async fn _initialize(ctx: Context, pool: impl Executor<'_, Database = Database>
for reminder in reminders {
reminder.send(pool, ctx.clone()).await;
let _ = sd_notify::notify(false, &[NotifyState::Watchdog]);
}
}