From 43e210a92850365a15348f84687c974a2e1e947a Mon Sep 17 00:00:00 2001 From: CastelRune Date: Sun, 10 Dec 2023 17:37:32 +0100 Subject: [PATCH] Update typo for automod_rule_trigger in docs --- docs/api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 14fddf565..f12107d5e 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -3096,7 +3096,7 @@ of :class:`enum.Enum`. set to an unspecified proxy object with 3 attributes: - ``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. When this is the action, :attr:`AuditLogEntry.changes` is empty. @@ -3114,7 +3114,7 @@ of :class:`enum.Enum`. set to an unspecified proxy object with 3 attributes: - ``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. When this is the action, :attr:`AuditLogEntry.changes` is empty. @@ -3132,7 +3132,7 @@ of :class:`enum.Enum`. set to an unspecified proxy object with 3 attributes: - ``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. When this is the action, :attr:`AuditLogEntry.changes` is empty.