MultipleShardSpawnOptions

export interface MultipleShardSpawnOptions
export interface MultipleShardSpawnOptions
Options used to spawn multiple shards.
amount?:number | 'auto'
Number of shards to spawn (default: this.totalShards)
delay?:number
How long to wait in between spawning each shard (in milliseconds) (default: 5500)
timeout?:number
The amount in milliseconds to wait until the Client has become ready (default: 30000)