diff --git a/commands/utility/help.js b/commands/utility/help.js index 31f8fa6..322cc4f 100644 --- a/commands/utility/help.js +++ b/commands/utility/help.js @@ -22,7 +22,7 @@ class HelpCommand extends Command { description: { content: 'Displays a list of commands or information about a command.', usage: '[command]', - examples: ['', 'star', 'remove-rep'] + examples: ['', 'say', 'tag'] } }); }