From 77a7b1726523b35240fd1434a310d9577b637d16 Mon Sep 17 00:00:00 2001 From: Omkaar <79257339+Pysics@users.noreply.github.com> Date: Thu, 30 Jun 2022 07:20:52 +0530 Subject: [PATCH] Fix tiny errors --- docs/api.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index cb151564f..4168f0d1d 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -3083,7 +3083,7 @@ of :class:`enum.Enum`. .. class:: AutoModRuleTriggerType - Represents the trigger type of an auto mod rule. + Represents the trigger type of an automod rule. .. versionadded:: 2.0 @@ -3105,7 +3105,7 @@ of :class:`enum.Enum`. .. class:: AutoModRuleEventType - Represents the event type of an auto mod rule. + Represents the event type of an automod rule. .. versionadded:: 2.0 @@ -3115,7 +3115,7 @@ of :class:`enum.Enum`. .. class:: AutoModRuleActionType - Represents the action type of an auto mod rule. + Represents the action type of an automod rule. .. versionadded:: 2.0 @@ -3767,7 +3767,7 @@ AuditLogDiff :type: List[:class:`str`] .. this is currently missing the following keys: reason and application_id - I'm not sure how to about porting these + I'm not sure how to port these Webhook Support ------------------