From 9ee969863ac4c05dcf8e6b2413a926170af4dbe0 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sat, 26 Jun 2021 13:55:13 +0200 Subject: [PATCH] Edit moreHelp for help command --- commands/help.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/help.js b/commands/help.js index 6177d67..d0f1f8b 100644 --- a/commands/help.js +++ b/commands/help.js @@ -5,10 +5,10 @@ const Discord = require('discord.js'); module.exports = { name: 'help', 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", + 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", - "help netmodules to display help for netmodules" + "`help netmodules` to display help for netmodules" ], execute({ message, args, prefix, client }) { var commands = " "