From 5ed26c9d7f8ff171b34931c193e2454ce6781ebf Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Fri, 25 Jun 2021 19:24:28 +0200 Subject: [PATCH] Update moreHelp for help command --- commands/help.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/help.js b/commands/help.js index 68d9912..efb4b1f 100644 --- a/commands/help.js +++ b/commands/help.js @@ -7,7 +7,8 @@ module.exports = { description: 'List all available commands.', moreHelp: ["Examples:","help will return help with a small description for each command", "help will return help with a more descriptive description", - "The descriptive description isn't available on all commands" + "The descriptive description isn't available on all commands", + "help netmodules to display help for netmodules" ], execute({ message, args, prefix, client }) { var commands = " "