Skip to content

Commit

Permalink
fix(embed): update emote as someone renamed them on gl server
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanpth committed Sep 27, 2024
1 parent 56dc809 commit 4d54e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AdvancedBot.Core/Commands/Modules/StagingModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public async Task StagingOverviewAsync()
await SendResponseMessage(new ResponseMessage(embeds: new Embed[] { embed }), false);

var components = new ComponentBuilder()
.WithButton("Reload Rules", $"rules", ButtonStyle.Primary, Emote.Parse("<:Emoji_LETSGO:1081691478490894366>"))
.WithButton("Run Kicker", $"kicker", ButtonStyle.Primary, Emote.Parse("<:Emoji_Bonkself:1109938953475338340>"))
.WithButton("Reload Rules", $"rules", ButtonStyle.Primary, Emote.Parse("<:letsgo:1225454893741899886>"))
.WithButton("Run Kicker", $"kicker", ButtonStyle.Primary, Emote.Parse("<:bonkself:1224793972271091732>"))
.WithButton("Reset helps", $"helps", ButtonStyle.Primary, Emote.Parse("<:Item_Helmet:1084821573975945267>"))
.WithButton("Start War", $"startwar", ButtonStyle.Danger, new Emoji("⚔"), row: 1)
.WithButton("End War", $"endwar", ButtonStyle.Danger, Emote.Parse("<:jijijijamikaze:948038940819075092>"), row: 1);
Expand Down

0 comments on commit 4d54e66

Please sign in to comment.