mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
[docs] fix gateway payload hyperlinks
This commit is contained in:
@ -1008,7 +1008,7 @@ Messages
|
||||
will return a :class:`Message` object that represents the message before the content was modified.
|
||||
|
||||
Due to the inherently raw nature of this event, the data parameter coincides with
|
||||
the raw data given by the :ddocs:`gateway <topics/gateway#message-update>`.
|
||||
the raw data given by the :ddocs:`gateway <topics/gateway-events#message-update>`.
|
||||
|
||||
Since the data payload can be partial, care must be taken when accessing stuff in the dictionary.
|
||||
One example of a common case of partial data is when the ``'content'`` key is inaccessible. This
|
||||
|
Reference in New Issue
Block a user