AutoModTriggerMetadata

interface AutoModTriggerMetadata

Trigger-specific settings for an auto moderation rule.

exported from lib.weeble.d

Properties

Property

Type

Description

allowList?

string[]

Keywords that exempt messages from the rule.

keywordFilter?

string[]

Keywords to match against message content.

mentionRaidProtectionEnabled?

boolean

Indicates whether mention raid protection is enabled.

mentionTotalLimit?

number

Max mentions allowed per message for mention spam rules.

presets?

number[]

Preset keyword lists by ID ( 1 = profanity, 2 = sexual content, 3 = slurs).

regexPatterns?

string[]

Regex patterns to match against message content.