Skip to content

Commit

Permalink
fix: color for structure fuel notification (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
recursivetree authored Apr 16, 2024
1 parent 7d9b7af commit 96ffce2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function populateMessage(DiscordMessage $message, $notifiable): void
});
}

$embed->color('#439fe0');
$embed->color(DiscordMessage::INFO);
});
}
}

0 comments on commit 96ffce2

Please sign in to comment.