Skip to content

Commit

Permalink
Update AllianceListener.java
Browse files Browse the repository at this point in the history
  • Loading branch information
xdnw committed Jul 24, 2023
1 parent cc6434c commit 2f880da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public void accept(MessageChannel channel, GuildDB db) {
CM.alliance.stats.metricsByTurn graphCmd = CM.alliance.stats.metricsByTurn.cmd.create(AllianceMetric.GROUND_PCT.name(), StringMan.join(allowedIds, ","), "7d");
IMessageBuilder msg = new DiscordChannelIO(channel).create()
.embed(title, body.toString())
.commandButton(CommandBehavior.UNDO_REACTION, graphCmd, "graph");
.commandButton(CommandBehavior.DELETE_REACTION, graphCmd, "graph");

if (role != null) {
msg.append(role.getAsMention());
Expand Down

0 comments on commit 2f880da

Please sign in to comment.