AutoModActionExecutionEvent

interface AutoModActionExecutionEvent

Payload for an auto moderation action execution event.

exported from lib.weeble.d

Properties

Property

Type

Description

action

AutoModAction

The action that was taken.

alertSystemMessage

string | null

The alert message ID sent to the alert channel, or null .

channelId

string | null

ID of the channel.

guildId

string

ID of the guild.

matchedContent

string | null

The content that matched the rule, or null .

matchedKeyword

string | null

The specific keyword or regex that matched, or null .

messageId

string | null

ID of the referenced message.

ruleId

string

The rule that triggered.

userId

string

ID of the user.