mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 23:05:04 +02:00
Whoops
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user