interface FetchGuildOptions
extends
BaseFetchOptionsexport interface FetchGuildOptions extends BaseFetchOptions
Options used to fetch a single guild.
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
GuildResolvable guild :
The guild to fetch
optionalboolean withCounts? :
Whether the approximate member and presence counts should be returned (default: true)