Enum AutoModTriggerType
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
An enum representing the type of content which can trigger the rule.
public enum AutoModTriggerType
Fields
HarmfulLink = 2Check if content contains any harmful links.
Keyword = 1Check if content contains words from a user defined list of keywords.
KeywordPreset = 4Check if content contains words from internal pre-defined wordsets.
MemberProfile = 6Check if member profile contains words from a user defined list of keywords.
MentionSpam = 5Check if content contains more unique mentions than allowed.
Spam = 3Check if content represents generic spam.