Skip to content

Commit fee5314

Browse files
committed
Order settings command list
Signed-off-by: Joshua Castle <[email protected]>
1 parent fb003e3 commit fee5314

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/geysermc/discordbot/commands/administration/SettingsCommand.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ public SettingsCommand() {
6969
.addChoice("Forum Channel", "forum-channel")
7070
.addChoice("Health Checks", "health-checks")
7171
.addChoice("Log channel", "log-channel")
72+
.addChoice("Preview Channel", "preview-channel")
73+
.addChoice("Preview Feeds Channel", "preview-feeds-channel")
7274
.addChoice("Punishment Message", "punishment-message")
7375
.addChoice("Roles", "roles")
7476
.addChoice("RSS Feeds", "rss-feeds")
7577
.addChoice("Update channel", "update-channel")
76-
.addChoice("Voice Role", "voice-role")
77-
.addChoice("Preview Feeds Channel", "preview-feeds-channel")
78-
.addChoice("Preview Channel", "preview-channel"),
78+
.addChoice("Voice Role", "voice-role"),
7979
new OptionData(OptionType.STRING, "value", "The value to set")
8080
);
8181
}

0 commit comments

Comments
 (0)