Add a new extlink for discord documentation

This commit is contained in:
Rapptz
2022-05-27 04:05:01 -04:00
parent 081f483a0d
commit cf031f71b9
6 changed files with 10 additions and 21 deletions

View File

@ -147,7 +147,7 @@ class RawMessageUpdateEvent(_RawReprMixin):
.. versionadded:: 1.7
data: :class:`dict`
The raw data given by the `gateway <https://discord.com/developers/docs/topics/gateway#message-update>`_
The raw data given by the :ddocs:`gateway <topics/gateway#message-update>`
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`.