AutoModerationRuleEditOptions

export interface AutoModerationRuleEditOptions extends Partial<Omit<AutoModerationRuleCreateOptions, 'triggerType'>>
export interface AutoModerationRuleEditOptions extends Partial<Omit<AutoModerationRuleCreateOptions, 'triggerType'>>
Options used to edit an auto moderation rule.
The actions that will execute when the auto moderation rule is triggered
enabled:boolean
Whether the auto moderation rule should be enabled
The event type of the auto moderation rule
The channels that should not be affected by the auto moderation rule
The roles that should not be affected by the auto moderation rule
name:string
The name of the auto moderation rule
reason:string
The reason for creating the auto moderation rule
The trigger metadata of the auto moderation rule