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

@ -3123,6 +3123,11 @@ of :class:`enum.Enum`.
The rule will trigger when something triggers based on the set keyword preset types.
.. attribute:: mention_spam
The rule will trigger when combined number of role and user mentions
is greater than the set limit.
.. class:: AutoModRuleEventType
Represents the event type of an automod rule.