FetchAutoModerationRuleOptions

export interface FetchAutoModerationRuleOptions extends BaseFetchOptions
export interface FetchAutoModerationRuleOptions extends BaseFetchOptions
Options used to fetch a single auto moderation rule from a guild.
autoModerationRule:AutoModerationRuleResolvable
The auto moderation rule to fetch
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