interface FetchGuildApplicationCommandFetchOptions
extends
BaseFetchOptionsexport interface FetchGuildApplicationCommandFetchOptions extends BaseFetchOptionsoptionalcache? : boolean = true
Whether to cache the fetched data if it wasn't already
Inherited from: BaseFetchOptions
optionalforce? : boolean = false
Whether to skip the cache check and request the API
Inherited from: BaseFetchOptions