interface FetchGuildApplicationCommandFetchOptions

export interface FetchGuildApplicationCommandFetchOptions extends BaseFetchOptions

optional
cache? : boolean = true

Whether to cache the fetched data if it wasn't already

Inherited from: BaseFetchOptions

optional
force? : boolean = false

Whether to skip the cache check and request the API

Inherited from: BaseFetchOptions

optional
id? : Snowflake

optional
locale? : Locale

optional
withLocalizations? : boolean