From 63a093850a36171fe45a58e5056a0425049b8f50 Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Thu, 9 Mar 2017 00:03:26 -0500 Subject: [PATCH] Add back "This is Shard" --- 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 8d686246..a0f3a0cf 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, true) + this.client.options.shardCount + " (This is Shard: " + this.client.shard.id + ")", true) .addField('Commands', config.commandcount, true) .addField('Owner',