mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
typings(ShardingManager): add options.shardList (#3657)
This commit is contained in:
parent
97eac663b3
commit
c734979ad4
1 changed files with 1 additions and 0 deletions
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
|
|
@ -1285,6 +1285,7 @@ declare module 'discord.js' {
|
|||
export class ShardingManager extends EventEmitter {
|
||||
constructor(file: string, options?: {
|
||||
totalShards?: number | 'auto';
|
||||
shardList?: number[] | 'auto';
|
||||
mode?: ShardingManagerMode;
|
||||
respawn?: boolean;
|
||||
shardArgs?: string[];
|
||||
|
|
|
|||
Loading…
Reference in a new issue