Required options for the WebSocketManager

interface RequiredWebSocketManagerOptions {
    intents: 0 | GatewayIntentBits;
    rest: REST;
    token: string;
}

Hierarchy (View Summary)

Properties

Properties

intents: 0 | GatewayIntentBits

The intents to request

rest: REST

The REST instance to use for fetching gateway information

token: string

The token to use for identifying with the gateway