diff --git a/src/main/java/link/locutus/discord/commands/manager/v2/impl/pw/binding/PWBindings.java b/src/main/java/link/locutus/discord/commands/manager/v2/impl/pw/binding/PWBindings.java index 29e79367..e42bb2d9 100644 --- a/src/main/java/link/locutus/discord/commands/manager/v2/impl/pw/binding/PWBindings.java +++ b/src/main/java/link/locutus/discord/commands/manager/v2/impl/pw/binding/PWBindings.java @@ -1341,7 +1341,9 @@ public Rank rank(String rank) { return emum(Rank.class, rank); } - @Binding(value = "An in-game position") + @Binding(value = "An in-game position\n" + + "When there is overlap from multiple alliances registered to the guild, the alliance id must be specified\n" + + "In the form: `:` such as `1234:Member`") public static DBAlliancePosition position(@Me GuildDB db, @Default @Me DBNation nation, String name) { AllianceList alliances = db.getAllianceList(); if (alliances == null || alliances.isEmpty()) throw new IllegalArgumentException("No alliances are set. See: " + CM.settings.info.cmd.toSlashMention() + " with key " + GuildKey.ALLIANCE_ID.name());