FetchGuildOptions

export interface FetchGuildOptions extends BaseFetchOptions
export interface FetchGuildOptions extends BaseFetchOptions
Options used to fetch a single guild.
cache?:boolean
Whether to cache the fetched data if it wasn't already (default: true)
Inherited from BaseFetchOptions
force?:boolean
Whether to skip the cache check and request the API
Inherited from BaseFetchOptions
The guild to fetch
withCounts?:boolean
Whether the approximate member and presence counts should be returned (default: true)