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 = " "