Interface
WebSocketManagerOptions
Properties
debug
?: booleanWhen `false`, shard debug events are not emitted. Default: `true`.
flags
?: numberIdentify `flags` (GatewayIdentifyFlags).
ignoredEvents
?: string[]Identify `ignored_events`.
initialGuildId
?: stringIdentify `initial_guild_id`.
intents
?: numberLegacy intents; Fluxer ignores — send `0`.
presence
?: GatewayPresenceUpdateDatarest
: { get: (route: string) => Promise<unknown>; }token
: stringversion
?: stringWebSocket
?: WebSocketConstructor