Enum AutomodTriggerType
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents a rule's content type.
public enum AutomodTriggerType
Fields
Keyword = 1
Checks if content contains words from a user defined list of keywords. Max. 3 per guild.
[DiscordDeprecated] SuspiciousLinkFilter = 2
Checks if content contains a suspicious link.
Spam = 3
Checks if content represents generic spam. Max. 1 per guild.
KeywordPreset = 4
Checks if content contains words from internal pre-defined wordsets. Max. 1 per guild.
MentionSpam = 5
Checks if content contains more unique mentions than allowed. Max. 1 per guild.
[DiscordInExperiment] [DiscordUnreleased] EnforceServerRules = 7
Flag messages that may break server rules using OpenAI technology.