Shard Count Fix

This commit is contained in:
dragonfire535
2017-03-09 01:24:53 -05:00
parent 126703780b
commit 5ed7e66b62
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class InfoCommand extends commando.Command {
.addField('Commands',
"There are a variety of commands XiaoBot can use! Use ';help' to view a list of all commands!")
.addField('Servers',
guilds + "/" + results, true)
guilds + "/" + results.reduce((prev, val) => prev + val, 0), true)
.addField('Shards',
this.client.options.shardCount + " (This is Shard: " + this.client.shard.id + ")", true)
.addField('Commands',