diff --git a/commands/help.js b/commands/help.js index 3d35711..ccb76ea 100644 --- a/commands/help.js +++ b/commands/help.js @@ -5,6 +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", + "The descriptive description isn't available on all commands" + ], execute({ message, args, prefix }) { var commands = " " let commandFiles = fs.readdirSync('./commands').filter(file => file.endsWith('.js'));