interface FetchApplicationCommandOptions
extends
BaseFetchOptionsexport interface FetchApplicationCommandOptions extends BaseFetchOptions
Options used to fetch Application Commands from Discord
optionalboolean cache? :
Whether to cache the fetched data if it wasn't already (default: true)
Inherited from: BaseFetchOptions
optionalboolean force? :
Whether to skip the cache check and request the API
Inherited from: BaseFetchOptions
optionalSnowflake guildId? :
The guild's id to fetch commands for, for when the guild is not cached
optionalLocaleString locale? :
The locale to use when fetching this command
optionalboolean withLocalizations? :
Whether to fetch all localization data