aboutsummaryrefslogtreecommitdiff
path: root/discord/raw_models.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/raw_models.py')
-rw-r--r--discord/raw_models.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/discord/raw_models.py b/discord/raw_models.py
index d4e9c58e..19ec68ba 100644
--- a/discord/raw_models.py
+++ b/discord/raw_models.py
@@ -90,8 +90,7 @@ class RawMessageUpdateEvent(_RawReprMixin):
message_id: :class:`int`
The message ID that got updated.
data: :class:`dict`
- The raw data given by the
- `gateway <https://discordapp.com/developers/docs/topics/gateway#message-update>`
+ The raw data given by the `gateway <https://discordapp.com/developers/docs/topics/gateway#message-update>`_
cached_message: Optional[:class:`Message`]
The cached message, if found in the internal message cache.
"""