From 6661a110f61ad4b17ccdbd0e901b02697673cb95 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Sun, 30 Dec 2018 01:57:32 +0100 Subject: [PATCH] updated examples --- commands/utility/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] } }); }