export interface IShardingStrategy
Strategies responsible for spawning, initializing connections, destroying shards, and relaying events
destroyoptions?: Omit<WebSocketShardDestroyOptions, 'recover'>) : Awaitable<void> (
options?: Omit<WebSocketShardDestroyOptions, 'recover'>
Destroys all the shards
fetchStatusAwaitable<Collection<number, WebSocketShardStatus>> () :
Fetches the status of all the shards
sendshardId: numberpayload: GatewaySendPayload) : Awaitable<void> (
shardId: number
payload: GatewaySendPayload
Sends a payload to a shard