mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Add mention_spam automod trigger and change default values
This commit is contained in:
@ -710,6 +710,7 @@ class AutoModRuleTriggerType(Enum):
|
||||
harmful_link = 2
|
||||
spam = 3
|
||||
keyword_preset = 4
|
||||
mention_spam = 5
|
||||
|
||||
|
||||
class AutoModRuleEventType(Enum):
|
||||
|
Reference in New Issue
Block a user