File tree Expand file tree Collapse file tree
src/main/java/technobot/commands/suggestions Expand file tree Collapse file tree Original file line number Diff line number Diff 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." ));
You can’t perform that action at this time.
0 commit comments