Skip to content

Commit

Permalink
Merge pull request #305 from czqoocavatsim/JoshuaBranch
Browse files Browse the repository at this point in the history
Update Kernel.php
  • Loading branch information
JoshuaMicallefYBSU authored Aug 18, 2024
2 parents a49439d + 74d2324 commit 3f03157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ protected function schedule(Schedule $schedule)
$schedule->job(new ProcessSessionReminders())->daily();

// Check Training Threads Status (Once per week)
$schedule->job(new DiscordTrainingUpdates())->weeklyOn(7, '19:05');
$schedule->job(new DiscordTrainingUpdates())->weeklyOn(7, '19:10');

// Discord role updating
//$schedule->job(new UpdateDiscordUserRoles)->twiceDaily(6, 18);
Expand Down

0 comments on commit 3f03157

Please sign in to comment.