interface FetchGuildSoundboardSoundOptions

export interface FetchGuildSoundboardSoundOptions extends BaseFetchOptions

Constructors

constructor()

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

soundboardSound : SoundboardSoundResolvable