Add mention_spam automod trigger and change default values

This commit is contained in:
z03h
2022-08-16 13:58:59 -07:00
committed by GitHub
parent 1a11c9eeee
commit 1097e1d975
5 changed files with 90 additions and 30 deletions

View File

@ -710,6 +710,7 @@ class AutoModRuleTriggerType(Enum):
harmful_link = 2
spam = 3
keyword_preset = 4
mention_spam = 5
class AutoModRuleEventType(Enum):