mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Add specialcase for AutoMod triggers in audit log diff
This commit is contained in:
@ -4132,6 +4132,12 @@ AuditLogDiff
|
||||
|
||||
The trigger for the automod rule.
|
||||
|
||||
.. note ::
|
||||
|
||||
The :attr:`~AutoModTrigger.type` of the trigger may be incorrect.
|
||||
Some attributes such as :attr:`~AutoModTrigger.keyword_filter`, :attr:`~AutoModTrigger.regex_patterns`,
|
||||
and :attr:`~AutoModTrigger.allow_list` will only have the added or removed values.
|
||||
|
||||
:type: :class:`AutoModTrigger`
|
||||
|
||||
.. attribute:: actions
|
||||
|
Reference in New Issue
Block a user