Skip to content

Commit 96ffce2

Browse files
fix: color for structure fuel notification (#100)
1 parent 7d9b7af commit 96ffce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Notifications/Structures/Discord/StructureFuelAlert.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function populateMessage(DiscordMessage $message, $notifiable): void
8787
});
8888
}
8989

90-
$embed->color('#439fe0');
90+
$embed->color(DiscordMessage::INFO);
9191
});
9292
}
9393
}

0 commit comments

Comments
 (0)