Beep beep

This commit is contained in:
Daniel Odendahl Jr
2017-10-10 17:12:43 +00:00
parent f535663fdb
commit 85155e9d19
+1 -2
View File
@@ -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'}