ShardDetails
Signature
export interface ShardDetailsProperties
5Methods
0No methods.
Properties
token: string;Bot token which is used to connect to Discord
url?: string;The URL of the gateway which should be connected to.
@default"wss://gateway.discord.gg"
version?: number;The gateway version which should be used.
@default10
intents: GatewayIntentBits | number;The calculated intent value of the events which the shard should receive.
properties?: IdentifyProperties;Identify properties to use