File tree 1 file changed +3
-3
lines changed
src/main/java/org/geysermc/discordbot/commands/administration
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,13 @@ public SettingsCommand() {
69
69
.addChoice ("Forum Channel" , "forum-channel" )
70
70
.addChoice ("Health Checks" , "health-checks" )
71
71
.addChoice ("Log channel" , "log-channel" )
72
+ .addChoice ("Preview Channel" , "preview-channel" )
73
+ .addChoice ("Preview Feeds Channel" , "preview-feeds-channel" )
72
74
.addChoice ("Punishment Message" , "punishment-message" )
73
75
.addChoice ("Roles" , "roles" )
74
76
.addChoice ("RSS Feeds" , "rss-feeds" )
75
77
.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" ),
79
79
new OptionData (OptionType .STRING , "value" , "The value to set" )
80
80
);
81
81
}
You can’t perform that action at this time.
0 commit comments