Constructors

constructor(name: String, eventType: AutoModerationRuleEventType)

Properties

Link copied to clipboard

The actions which will execute when the rule is triggered.

Link copied to clipboard
override var enabled: Boolean?

Whether the rule is enabled (false by default).

Link copied to clipboard
Link copied to clipboard

The IDs of the channels that should not be affected by the rule (maximum of 50).

Link copied to clipboard

The IDs of the roles that should not be affected by the rule (maximum of 20).

Link copied to clipboard
open override var mentionLimit: Int?

Total number of unique role and user mentions allowed per message (maximum of 50).

Link copied to clipboard

Whether to automatically detect mention raids.

Link copied to clipboard
override var name: String

The rule name.

Link copied to clipboard
override var reason: String?

The reason for this request, this will be displayed in the audit log.

Link copied to clipboard

Functions

Link copied to clipboard

Add a BlockMessage action which will execute whenever the rule is triggered.

Link copied to clipboard

Exempt a channel from being affected by the rule (maximum of 50).

Link copied to clipboard

Exempt a role from being affected by the rule (maximum of 20).

Link copied to clipboard

Add a SendAlertMessage action which will execute whenever the rule is triggered.

Link copied to clipboard

Add a Timeout action which will execute whenever the rule is triggered.

Link copied to clipboard