Skip to main content

GetGlobalApplicationCommandsOptions

Documentation


Documentation / @discordeno/types / GetGlobalApplicationCommandsOptions

Interface: GetGlobalApplicationCommandsOptions

Defined in: discordeno/interactions.ts:83

https://docs.discord.com/developers/interactions/application-commands#get-global-application-commands-query-string-params

Properties

withLocalizations?

optional withLocalizations?: boolean

Defined in: discordeno/interactions.ts:88

Whether to include full localization dictionaries (nameLocalizations and descriptionLocalizations) in the returned objects, instead of the nameLocalized and descriptionLocalized fields.

Default

false