Skip to content

Commit 95f9490

Browse files
committed
update colors to actual official ones
1 parent 2c4a056 commit 95f9490

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

TrickFireDiscordBot/Services/Discord/CheckInOutService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ private DiscordMessageBuilder CreateMessage()
161161
.WithTitle("Members in the Shop")
162162
.WithFooter("Made by Kyler 😎")
163163
.WithTimestamp(DateTime.Now)
164-
.WithColor(new DiscordColor("2ecc71"));
164+
.WithColor(new DiscordColor("19a24a"));
165165

166166
StringBuilder sb = new(
167167
"A list of members currently in the shop (INV-011), kept up to date.\n" +

TrickFireDiscordBot/Services/Discord/ClubInfoEvent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class ClubInfoEvent(IOptions<ClubInfoEventOptions> options, BotState botS
2525
new DiscordLinkButtonComponent("https://www.notion.so/trickfire/1301fd41ff5b81f28a91f837f0ea28a4?v=1301fd41ff5b81ba9807000c532159af", "Teams"),
2626
new DiscordLinkButtonComponent("https://www.notion.so/trickfire/1481fd41ff5b80dd8b9df498ae5dbd6e?v=1481fd41ff5b8186b948000c5531b0c0", "Wiki")
2727
])
28-
], color: new DiscordColor("2ecc71")));
28+
], color: new DiscordColor("19a24a")));
2929

3030
public async Task StartAsync(CancellationToken cancellationToken)
3131
{

TrickFireDiscordBot/Services/Discord/FeedbackService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class FeedbackService(IOptions<FeedbackServiceOptions> options, BotState
2525
OpenModalInteractionId,
2626
"Submit Feedback"
2727
) ])
28-
], color: new DiscordColor("2ecc71")));
28+
], color: new DiscordColor("19a24a")));
2929

3030
private static readonly DiscordInteractionResponseBuilder modal = new DiscordInteractionResponseBuilder()
3131
.EnableV2Components()

0 commit comments

Comments
 (0)