Interface WSManagerParams

interface WSManagerParams {
    apiversion?: number;
    client: Client;
    compression?: boolean;
    proxyURL?: string;
    reconnect?: boolean;
    reconnectAttemptLimit?: number;
    replayMissedEvents?: boolean;
    token: string;
}

Properties

apiversion?: number

Guilded API Version

client: Client

Client.

compression?: boolean

Compression

proxyURL?: string

Guilded API URL

reconnect?: boolean

Automatically re-establish connection on error

reconnectAttemptLimit?: number

Reconnect limit

replayMissedEvents?: boolean

Replay missed events on connection interruption

token: string

Bot's token