diff options
Diffstat (limited to 'discord/raw_models.py')
| -rw-r--r-- | discord/raw_models.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/discord/raw_models.py b/discord/raw_models.py index c5db50f4..c7349f6b 100644 --- a/discord/raw_models.py +++ b/discord/raw_models.py @@ -85,7 +85,7 @@ class RawBulkMessageDeleteEvent(_RawReprMixin): class RawMessageUpdateEvent(_RawReprMixin): """Represents the payload for a :func:`on_raw_message_edit` event. - .. versionchanged:: 1.3.0 + .. versionchanged:: 1.3 The ``channel_id`` attribute was added. Attributes @@ -112,7 +112,7 @@ class RawReactionActionEvent(_RawReprMixin): """Represents the payload for a :func:`on_raw_reaction_add` or :func:`on_raw_reaction_remove` event. - .. versionchanged:: 1.3.0 + .. versionchanged:: 1.3 The ``event_type`` attribute was added. Attributes @@ -181,7 +181,7 @@ class RawReactionClearEvent(_RawReprMixin): class RawReactionClearEmojiEvent(_RawReprMixin): """Represents the payload for a :func:`on_raw_reaction_clear_emoji` event. - .. versionadded:: 1.3.0 + .. versionadded:: 1.3 Attributes ----------- |