From 7d2639cddc645b03220ce2e59311b63ae50dc06d Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 2 May 2017 22:48:25 +0000 Subject: [PATCH] Can I do this? --- commands/util/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/util/help.js b/commands/util/help.js index 3ee4c462..9d976435 100644 --- a/commands/util/help.js +++ b/commands/util/help.js @@ -35,7 +35,7 @@ module.exports = class HelpCommand extends Command { **Format:** ${msg.anyUsage(`${commands[0].name}${commands[0].format ? ` ${commands[0].format}` : ''}`)} **Aliases:** ${commands[0].aliases.join(', ') || 'None'} **Group:** ${commands[0].group.name} - ${commands[0].details || 'None'} + ${commands[0].details || ''} `); } else if (commands.length > 1) { msg.say('Multiple Commands Found. Please be more specific.');