From aed4e4906f707b2f4569dce1395dd89cad18d9ff Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 2 May 2017 22:56:30 +0000 Subject: [PATCH] Oops --- 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 eb40fd45..cc56695b 100644 --- a/commands/util/help.js +++ b/commands/util/help.js @@ -48,7 +48,7 @@ module.exports = class HelpCommand extends Command { } } else { const embed = new RichEmbed() - .setTitle(`Commands Available in ${msg.guild ? msg.guild.name : 'this DM'}`) + .setTitle(command !== 'all' ? `Commands Available in ${msg.guild ? msg.guild.name : 'this DM'}` : 'All Commands') .setDescription(`Use ${this.usage('', null, null)} to view detailed information about a specific command.`) .setColor(0x00AE86); for (const group of this.client.registry.groups.array()) {