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',