diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index a6a88064..115204dd 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -43,7 +43,7 @@ protected function schedule(Schedule $schedule) $schedule->job(new ProcessSessionLogging())->everyMinute(); //Inactivity checks - $schedule->job(new DiscordAccountCheck())->dailyAt('6:15'); + $schedule->job(new DiscordAccountCheck())->dailyAt('6:40'); //Inactivity checks $schedule->job(new ProcessRosterInactivity())->daily();