Skip to content

ClientOptions

Extends

  • BaseClientOptions

Properties

PropertyTypeOverridesInherited from
allowedMentions?Omit<APIAllowedMentions, "parse"> & ObjectBaseClientOptions.allowedMentionsBaseClientOptions.allowedMentions
commands?Object & ObjectBaseClientOptions.commandsBaseClientOptions.commands
context?(interaction: ChatInputCommandInteraction<boolean> | UserCommandInteraction<boolean> | MessageCommandInteraction<boolean> | ComponentInteraction<boolean, APIMessageComponentInteraction>) => ObjectBaseClientOptions.contextBaseClientOptions.context
gateway?Object--
gateway.compress?boolean--
gateway.properties?Partial<undefined | IdentifyProperties>--
globalMiddlewares?readonly never[]BaseClientOptions.globalMiddlewaresBaseClientOptions.globalMiddlewares
handlePayload?(shardId: number, packet: GatewayDispatchPayload) => unknown--
presence?(shardId: number) => GatewayPresenceUpdateData--
shards?Object--
shards.endnumber--
shards.startnumber--
shards.total?number--