diff options
| author | Rapptz <[email protected]> | 2020-05-23 21:44:30 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-05-23 21:44:30 -0400 |
| commit | 66c6be50d8ac5d401a658c757c5f1ccb454c798b (patch) | |
| tree | bc5079ddfca32f952417416f473283cda045017b /docs/api.rst | |
| parent | player: Close ffmpeg stdin during streaming (diff) | |
| download | discord.py-66c6be50d8ac5d401a658c757c5f1ccb454c798b.tar.xz discord.py-66c6be50d8ac5d401a658c757c5f1ccb454c798b.zip | |
Prepare for the discord.com domain rename
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst index 6448ab41..6a1b6614 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -328,7 +328,7 @@ to handle it, which defaults to print a traceback and ignoring the exception. it can be accessed via :attr:`RawMessageUpdateEvent.cached_message` Due to the inherently raw nature of this event, the data parameter coincides with - 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>`_. 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 |