Skip to content

Commit

Permalink
extra ;
Browse files Browse the repository at this point in the history
  • Loading branch information
xdnw committed May 30, 2024
1 parent 99593cd commit 3560ea8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public String testBeigeAlertAuto(@Me GuildDB db, @Me DBNation me, @Me Member mem
public String beigeAlertRequiredStatus(@Me DBNation me, NationMeta.BeigeAlertRequiredStatus status) {
me.setMeta(NationMeta.BEIGE_ALERT_REQUIRED_STATUS, (byte) status.ordinal());
NationMeta.BeigeAlertMode mode = me.getBeigeAlertMode(NationMeta.BeigeAlertMode.NO_ALERTS);
return "Set beige alert required status to " + status + "\nSee also:" + CM.alerts.beige.test_auto.cmd.toSlashMention();;
return "Set beige alert required status to " + status + "\nSee also:" + CM.alerts.beige.test_auto.cmd.toSlashMention();
}

@Command(desc = "List your current beige reminders", aliases = {"beigeReminders", "listBeigeReminders"})
Expand Down

0 comments on commit 3560ea8

Please sign in to comment.