mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Update typo for automod_rule_trigger in docs
This commit is contained in:
parent
29344b9cce
commit
4d03fa1c29
@ -2825,7 +2825,7 @@ of :class:`enum.Enum`.
|
|||||||
set to an unspecified proxy object with 3 attributes:
|
set to an unspecified proxy object with 3 attributes:
|
||||||
|
|
||||||
- ``automod_rule_name``: The name of the automod rule that was triggered.
|
- ``automod_rule_name``: The name of the automod rule that was triggered.
|
||||||
- ``automod_rule_trigger``: A :class:`AutoModRuleTriggerType` representation of the rule type that was triggered.
|
- ``automod_rule_trigger_type``: A :class:`AutoModRuleTriggerType` representation of the rule type that was triggered.
|
||||||
- ``channel``: The channel in which the automod rule was triggered.
|
- ``channel``: The channel in which the automod rule was triggered.
|
||||||
|
|
||||||
When this is the action, :attr:`AuditLogEntry.changes` is empty.
|
When this is the action, :attr:`AuditLogEntry.changes` is empty.
|
||||||
@ -2843,7 +2843,7 @@ of :class:`enum.Enum`.
|
|||||||
set to an unspecified proxy object with 3 attributes:
|
set to an unspecified proxy object with 3 attributes:
|
||||||
|
|
||||||
- ``automod_rule_name``: The name of the automod rule that was triggered.
|
- ``automod_rule_name``: The name of the automod rule that was triggered.
|
||||||
- ``automod_rule_trigger``: A :class:`AutoModRuleTriggerType` representation of the rule type that was triggered.
|
- ``automod_rule_trigger_type``: A :class:`AutoModRuleTriggerType` representation of the rule type that was triggered.
|
||||||
- ``channel``: The channel in which the automod rule was triggered.
|
- ``channel``: The channel in which the automod rule was triggered.
|
||||||
|
|
||||||
When this is the action, :attr:`AuditLogEntry.changes` is empty.
|
When this is the action, :attr:`AuditLogEntry.changes` is empty.
|
||||||
@ -2861,7 +2861,7 @@ of :class:`enum.Enum`.
|
|||||||
set to an unspecified proxy object with 3 attributes:
|
set to an unspecified proxy object with 3 attributes:
|
||||||
|
|
||||||
- ``automod_rule_name``: The name of the automod rule that was triggered.
|
- ``automod_rule_name``: The name of the automod rule that was triggered.
|
||||||
- ``automod_rule_trigger``: A :class:`AutoModRuleTriggerType` representation of the rule type that was triggered.
|
- ``automod_rule_trigger_type``: A :class:`AutoModRuleTriggerType` representation of the rule type that was triggered.
|
||||||
- ``channel``: The channel in which the automod rule was triggered.
|
- ``channel``: The channel in which the automod rule was triggered.
|
||||||
|
|
||||||
When this is the action, :attr:`AuditLogEntry.changes` is empty.
|
When this is the action, :attr:`AuditLogEntry.changes` is empty.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user