From 7344cba2f9b37c296d8b33fcc6736c5346fa089b Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 10 Apr 2017 15:20:06 +0000 Subject: [PATCH] Fix in Info Command --- commands/botinfo/info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/botinfo/info.js b/commands/botinfo/info.js index 044c75a0..2cdfb993 100644 --- a/commands/botinfo/info.js +++ b/commands/botinfo/info.js @@ -44,7 +44,7 @@ module.exports = class InfoCommand extends commando.Command { .setColor(0x00AE86) .setFooter(`©2017 dragonfire535 | Version ${pkg.version} | Created ${moment.duration(Date.now() - this.client.user.createdTimestamp).format('y[ years], M[ months], w[ weeks, and ]d[ days]')} ago!`) .addField('Servers', - `${this.client.guilds.size} / ${guilds[shardID]}`, true) + `${guilds[shardID]} / ${guilds.reduce((prev, val) => prev + val, 0)}`, true) .addField('Shards', `${this.client.options.shardCount} (${shardID})`, true) .addField('Commands',