Interface

WebSocketManagerOptions

Properties

debug?: boolean

When `false`, shard debug events are not emitted. Default: `true`.

flags?: number

Identify `flags` (GatewayIdentifyFlags).

ignoredEvents?: string[]

Identify `ignored_events`.

initialGuildId?: string

Identify `initial_guild_id`.

intents?: number

Legacy intents; Fluxer ignores — send `0`.

rest: { get: (route: string) => Promise<unknown>; }
shardCount?: number
shardIds?: number[]
token: string
version?: string