This commit is contained in:
MARCROCK22 2024-03-16 15:20:54 -04:00
parent c8e6f43d4f
commit e734b8d831

View File

@ -97,7 +97,7 @@ export class Client<Ready extends boolean = boolean> extends BaseClient {
presence: this.options?.presence,
debug: debugRC,
shardStart: this.options?.shards?.start,
shardEnd: this.options?.shards?.end,
shardEnd: this.options?.shards?.end ?? this.options?.shards?.total,
totalShards: this.options?.shards?.total ?? this.options?.shards?.end,
});
}