This commit is contained in:
Daniel Odendahl Jr
2017-04-10 21:05:11 +00:00
parent cb932fcc43
commit 2277a0ad03
+1 -1
View File
@@ -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) {