Skip to main content
Module

x/discord_api_types/v10.ts>AutoModerationRuleTriggerType

Up to date Discord API Typings, versioned by the API version
Go to Latest
enum AutoModerationRuleTriggerType
Re-export
import { AutoModerationRuleTriggerType } from "https://deno.land/x/discord_api_types@0.37.21/v10.ts";

Members

Keyword = 1

Check if content contains words from a user defined list of keywords (Maximum of 3 per guild)

KeywordPreset

Check if content contains words from internal pre-defined wordsets (Maximum of 1 per guild)

MentionSpam

Check if content contains more mentions than allowed (Maximum of 1 per guild)

Spam = 3

Check if content represents generic spam (Maximum of 1 per guild)