From 2277a0ad03c0175549ead6f45941f31a2b3d1c82 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 10 Apr 2017 21:05:11 +0000 Subject: [PATCH] Whoops --- 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 f0286e34..1fb4446e 100644 --- a/commands/botinfo/info.js +++ b/commands/botinfo/info.js @@ -32,7 +32,7 @@ module.exports = class InfoCommand extends commando.Command { } let shardID = args.shardID + 1; if (!shardID) { - shardID = this.client.shard.id; + shardID = this.client.shard.id + 1; } shardID = shardID - 1; if (shardID > this.client.options.shardCount - 1 || shardID < 0) {