interface FetchAutoModerationRuleOptions
extends
BaseFetchOptionsexport interface FetchAutoModerationRuleOptions extends BaseFetchOptions
Options used to fetch a single auto moderation rule from a guild.
AutoModerationRuleResolvable autoModerationRule :
The auto moderation rule to fetch
optionalboolean = true cache? :
Whether to cache the fetched data if it wasn't already
Inherited from: BaseFetchOptions
optionalboolean force? :
Whether to skip the cache check and request the API
Inherited from: BaseFetchOptions