Table of Contents

Enum DiscordRuleTriggerType

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Characterizes the type of content which can trigger a rule.

public enum DiscordRuleTriggerType
Extension Methods

Fields

Keyword = 1

Check if the content contains words from a definied list of keywords.

KeywordPreset = 4

Check if the content contains words from pre-defined wordsets.

MentionSpam = 5

Check if the content contains moure unique mentions than allowed.

Spam = 3

Check if the content is a spam.