Skip to content

Commit

Permalink
change button color to green
Browse files Browse the repository at this point in the history
  • Loading branch information
loukylor committed Oct 30, 2024
1 parent abb9327 commit 79a0c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrickfireCheckIn/Discord/Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ private static DiscordMessageBuilder CreateMessage()

return new DiscordMessageBuilder()
.AddComponents(new DiscordButtonComponent(
DiscordButtonStyle.Primary,
DiscordButtonStyle.Success,
"CheckInOutButton",
"Check In or Out"
))
Expand Down

0 comments on commit 79a0c31

Please sign in to comment.