Interface

WebSocketShardOptions

Properties

debug?: boolean

When `false`, debug events are suppressed. Default: `true`.

flags?: number

Identify `flags`.

ignoredEvents?: string[]

Identify `ignored_events`.

initialGuildId?: string

Identify `initial_guild_id`.

intents?: number

Legacy intents; Fluxer ignores — send `0`.

numShards: number
shardId: number
token: string
url: string
version?: string

Gateway API version (e.g. "1"). Defaults to `"1"`.