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 = 2
Check if content contains any harmful links.
Keyword = 1
Check if content contains words from a user defined list of keywords.
KeywordPreset = 4
Check if content contains words from internal pre-defined wordsets.
MemberProfile = 6
Check if member profile contains words from a user defined list of keywords.
MentionSpam = 5
Check if content contains more unique mentions than allowed.
Spam = 3
Check if content represents generic spam.