Skip to content

Commit dca3824

Browse files
Fix wording in /suggestions option description
1 parent 92bfae9 commit dca3824

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/technobot/commands/suggestions/SuggestionsCommand.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public SuggestionsCommand(TechnoBot bot) {
3030
this.description = "Setup and modify the suggestions config.";
3131
this.category = Category.SUGGESTIONS;
3232
this.permission = Permission.MANAGE_SERVER;
33-
this.subCommands.add(new SubcommandData("create", "Sets a channel to become the starboard.")
34-
.addOption(OptionType.CHANNEL, "channel", "The channel to set as the starboard"));
33+
this.subCommands.add(new SubcommandData("create", "Sets a channel to become the suggestion board.")
34+
.addOption(OptionType.CHANNEL, "channel", "The channel to set as the suggestion board"));
3535
this.subCommands.add(new SubcommandData("dm", "Toggle private messages on suggestion response."));
3636
this.subCommands.add(new SubcommandData("anonymous", "Toggle anonymous mode for suggestions."));
3737
this.subCommands.add(new SubcommandData("config", "Display the current suggestions config."));

0 commit comments

Comments
 (0)