Skip to content

Commit

Permalink
Merge pull request #49 from kyledoesdev/feature/reminder-emails
Browse files Browse the repository at this point in the history
set channel here to single so discord doesnt get blaseted.
  • Loading branch information
kyledoesdev authored Jan 18, 2025
2 parents b4037eb + 5a883e6 commit a00670f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/RankingReminderCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function handle()
if ($user->preferences && $user->preferences->recieve_reminder_emails === true) {
Notification::send($user, new RankingReminderNotification($user->rankings));

Log::info("Notifying: {$user->email}.");
Log::channel('single')->info("Notifying: {$user->email}");

sleep(2);
}
Expand Down

0 comments on commit a00670f

Please sign in to comment.