From 5acd7143d92244b4c0b292ce0dc2a7b4cb25bbfc Mon Sep 17 00:00:00 2001 From: UK <41271523+NeloBlivion@users.noreply.github.com> Date: Mon, 24 Apr 2023 19:21:43 +0100 Subject: [PATCH] better phrasing --- discord/raw_models.py | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/discord/raw_models.py b/discord/raw_models.py index 501a955434..d63d192785 100644 --- a/discord/raw_models.py +++ b/discord/raw_models.py @@ -98,7 +98,7 @@ class RawMessageDeleteEvent(_RawReprMixin): cached_message: Optional[:class:`Message`] The cached message, if found in the internal message cache. data: :class:`dict` - The raw data given by the `gateway `_. + The raw data sent by the `gateway `_. .. versionadded:: 2.5 """ @@ -130,7 +130,7 @@ class RawBulkMessageDeleteEvent(_RawReprMixin): cached_messages: List[:class:`Message`] The cached messages, if found in the internal message cache. data: :class:`dict` - The raw data given by the `gateway `_. + The raw data sent by the `gateway `_. .. versionadded:: 2.5 """ @@ -166,7 +166,7 @@ class RawMessageUpdateEvent(_RawReprMixin): .. versionadded:: 1.7 data: :class:`dict` - The raw data given by the `gateway `_ + The raw data sent by the `gateway `_ cached_message: Optional[:class:`Message`] The cached message, if found in the internal message cache. Represents the message before it is modified by the data in :attr:`RawMessageUpdateEvent.data`. @@ -215,7 +215,7 @@ class RawReactionActionEvent(_RawReprMixin): .. versionadded:: 1.3 data: :class:`dict` - The raw data given by the `gateway `_. + The raw data sent by the `gateway `_. .. versionadded:: 2.5 """ @@ -260,7 +260,7 @@ class RawReactionClearEvent(_RawReprMixin): guild_id: Optional[:class:`int`] The guild ID where the reactions got cleared. data: :class:`dict` - The raw data given by the `gateway `_. + The raw data sent by the `gateway `_. .. versionadded:: 2.5 """ @@ -294,7 +294,7 @@ class RawReactionClearEmojiEvent(_RawReprMixin): emoji: :class:`PartialEmoji` The custom or unicode emoji being removed. data: :class:`dict` - The raw data given by the `gateway `_. + The raw data sent by the `gateway `_. .. versionadded:: 2.5 """ @@ -327,7 +327,7 @@ class RawIntegrationDeleteEvent(_RawReprMixin): guild_id: :class:`int` The guild ID where the integration got deleted. data: :class:`dict` - The raw data given by the `gateway `_. + The raw data sent by the `gateway `_. .. versionadded:: 2.5 """ @@ -361,7 +361,7 @@ class RawThreadUpdateEvent(_RawReprMixin): parent_id: :class:`int` The ID of the channel the thread belongs to. data: :class:`dict` - The raw data given by the `gateway `_. + The raw data sent by the `gateway `_. thread: :class:`discord.Thread` | None The thread, if it could be found in the internal cache. """ @@ -396,7 +396,7 @@ class RawThreadDeleteEvent(_RawReprMixin): thread: Optional[:class:`discord.Thread`] The thread that was deleted. This may be ``None`` if deleted thread is not found in internal cache. data: :class:`dict` - The raw data given by the `gateway `_. + The raw data sent by the `gateway `_. .. versionadded:: 2.5 """ @@ -430,7 +430,7 @@ class RawTypingEvent(_RawReprMixin): member: Optional[:class:`Member`] The member who started typing. Only available if the member started typing in a guild. data: :class:`dict` - The raw data given by the `gateway `_. + The raw data sent by the `gateway `_. .. versionadded:: 2.5 """ @@ -464,7 +464,7 @@ class RawMemberRemoveEvent(_RawReprMixin): guild_id: :class:`int` The ID of the guild the user left. data: :class:`dict` - The raw data given by the `gateway `_. + The raw data sent by the `gateway `_. .. versionadded:: 2.5 """ @@ -495,7 +495,7 @@ class RawScheduledEventSubscription(_RawReprMixin): Can be either ``USER_ADD`` or ``USER_REMOVE`` depending on the event called. data: :class:`dict` - The raw data given by the `gateway `_. + The raw data sent by the `gateway `_. .. versionadded:: 2.5 """ @@ -555,7 +555,7 @@ class AutoModActionExecutionEvent: matched_content: :class:`str` The substring in the content that was matched. data: :class:`dict` - The raw data given by the `gateway `_. + The raw data sent by the `gateway `_. .. versionadded:: 2.5 """ @@ -650,7 +650,7 @@ class RawThreadMembersUpdateEvent(_RawReprMixin): member_count: :class:`int` The approximate number of members in the thread. Maximum of 50. data: :class:`dict` - The raw data given by the `gateway `_. + The raw data sent by the `gateway `_. .. versionadded:: 2.5 """ @@ -691,7 +691,7 @@ class RawAuditLogEntryEvent(_RawReprMixin): contains extra information. See :class:`AuditLogAction` for which actions have this field filled out. data: :class:`dict` - The raw data given by the `gateway `_. + The raw data sent by the `gateway `_. """ __slots__ = (