interface AutoModerationRuleEditOptions

export interface AutoModerationRuleEditOptions extends Partial<Omit<AutoModerationRuleCreateOptions, 'triggerType'>>

Options used to edit an auto moderation rule.

Constructors

constructor()

The actions that will execute when the auto moderation rule is triggered

external
enabled : boolean

Whether the auto moderation rule should be enabled

external
eventType : AutoModerationRuleEventType

The event type of the auto moderation rule

The channels that should not be affected by the auto moderation rule

external
exemptRoles : Collection<Snowflake, Role> | Array<RoleResolvable>

The roles that should not be affected by the auto moderation rule

external
name : string

The name of the auto moderation rule

external
reason : string

The reason for creating the auto moderation rule

external
triggerMetadata : AutoModerationTriggerMetadataOptions

The trigger metadata of the auto moderation rule