mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 13:36:08 +00:00
shardEnd
This commit is contained in:
parent
c8e6f43d4f
commit
e734b8d831
@ -97,7 +97,7 @@ export class Client<Ready extends boolean = boolean> extends BaseClient {
|
|||||||
presence: this.options?.presence,
|
presence: this.options?.presence,
|
||||||
debug: debugRC,
|
debug: debugRC,
|
||||||
shardStart: this.options?.shards?.start,
|
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,
|
totalShards: this.options?.shards?.total ?? this.options?.shards?.end,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user