diff options
Diffstat (limited to 'discord/raw_models.py')
| -rw-r--r-- | discord/raw_models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/raw_models.py b/discord/raw_models.py index d9ce84cd..79bf8245 100644 --- a/discord/raw_models.py +++ b/discord/raw_models.py @@ -95,7 +95,7 @@ class RawMessageUpdateEvent(_RawReprMixin): .. versionadded:: 1.3 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://discord.com/developers/docs/topics/gateway#message-update>`_ cached_message: Optional[:class:`Message`] The cached message, if found in the internal message cache. """ |