A single space

This commit is contained in:
Daniel Odendahl Jr
2017-05-06 00:35:12 +00:00
parent 13cbd23f2f
commit 29b8aa1944
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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('<command>')} 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' :
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "18.2.2",
"version": "18.2.3",
"description": "A Discord Bot",
"main": "shardingmanager.js",
"scripts": {