From 29b8aa1944f63aaa51239d84ec632d844bd06ad0 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 6 May 2017 00:35:12 +0000 Subject: [PATCH] A single space --- commands/util/help.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/util/help.js b/commands/util/help.js index 290293ba..54df5456 100644 --- a/commands/util/help.js +++ b/commands/util/help.js @@ -48,7 +48,7 @@ module.exports = class HelpCommand extends Command { .setTitle(!showAll ? `Commands Available in ${msg.guild ? msg.guild.name : 'this DM'}` : 'All Commands') .setDescription(`Use ${msg.usage('')} to view detailed information about a specific command.`) .setColor(0x00AE86); - for (const group of this.client.registry.groups.array()) { + for(const group of this.client.registry.groups.array()) { embed.addField(group.name, !showAll ? group.commands.filter(c => c.isUsable(msg)).map(c => `\`${c.name}\``).join(', ') || 'None Available' : diff --git a/package.json b/package.json index 5f657462..ebe6051d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "18.2.2", + "version": "18.2.3", "description": "A Discord Bot", "main": "shardingmanager.js", "scripts": {