enum AutoModerationActionType

external
export declare enum AutoModerationActionType

https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-action-object-action-types

Members

external
BlockMemberInteraction = 4

Prevents a member from using text, voice, or other interactions

external
BlockMessage = 1

Blocks a member's message and prevents it from being posted. A custom explanation can be specified and shown to members whenever their message is blocked

external
SendAlertMessage = 2

Logs user content to a specified channel

external
Timeout = 3

Timeout user for specified duration, this action type can be set if the bot has MODERATE_MEMBERS permission