From 85155e9d1901d0dc8810f6c855e9ca02b169c906 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 10 Oct 2017 17:12:43 +0000 Subject: [PATCH] Beep beep --- commands/util/help.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/util/help.js b/commands/util/help.js index ef35fa8a..2e7d82c5 100644 --- a/commands/util/help.js +++ b/commands/util/help.js @@ -29,8 +29,7 @@ module.exports = class HelpCommand extends Command { const data = commands[0]; return msg.say(stripIndents` __**Command ${data.name}**__ - ${data.description} - _${data.details}_ + ${data.description} ${data.details ? `\n_${data.details}_` : ''} **Format**: ${msg.anyUsage(`${data.name} ${data.format || ''}`)} **Aliases**: ${data.aliases.join(', ') || 'None'}