diff --git a/app/NotificationChannels/Discord.php b/app/NotificationChannels/Discord.php index ce283fd..f41e258 100644 --- a/app/NotificationChannels/Discord.php +++ b/app/NotificationChannels/Discord.php @@ -56,7 +56,7 @@ private function checkConnection(string $subject, string $text): bool 'content' => '*'.$subject.'*'."\n".$text, ]); - return $connect->ok(); + return $connect->successful(); } public function send(object $notifiable, NotificationInterface $notification): void