ShardDetails

Signature

export interface ShardDetails

Properties

5

Methods

0

No 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