From 29c06529456336b87f7b8c709577db19613842cd Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Wed, 8 Mar 2017 23:55:38 -0500 Subject: [PATCH] Fix error? --- 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 a0f3a0cf..8d686246 100644 --- a/commands/botinfo/info.js +++ b/commands/botinfo/info.js @@ -47,7 +47,7 @@ class InfoCommand extends commando.Command { .addField('Users', users, true) .addField('Shards', - this.client.options.shardCount + " (This is Shard: " + this.client.shard.id + ")", true) + this.client.options.shardCount, true) .addField('Commands', config.commandcount, true) .addField('Owner',