Interface

WebSocketShardOptions

Properties

NameTypeDescription
debug?booleanWhen false, debug events are suppressed. Default: true.
flags?numberIdentify flags.
ignoredEvents?string[]Identify ignored_events.
initialGuildId?stringIdentify initial_guild_id.
intents?numberLegacy intents; Fluxer ignores — send 0.
numShardsnumber
presence?GatewayPresenceUpdateData
sessionStore?ISessionStoreOptional persistent session store for RESUME across restarts.
shardIdnumber
tokenstring
urlstring
version?stringGateway API version (e.g. "1"). Defaults to "1".
WebSocket?WebSocketConstructor