diff options
| author | Rapptz <[email protected]> | 2019-05-27 04:05:51 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-05-27 04:05:51 -0400 |
| commit | 0d72ac3bb6ab560318dbc2e4db15b7d12d3e406b (patch) | |
| tree | 7e53d758e1f3e61b3b9ef65535ac2bc6b9f0ba9d | |
| parent | Add note that Messageable.pins does not contain Message.reactions (diff) | |
| download | discord.py-0d72ac3bb6ab560318dbc2e4db15b7d12d3e406b.tar.xz discord.py-0d72ac3bb6ab560318dbc2e4db15b7d12d3e406b.zip | |
Ensure message links resolve in the Messageable.pins note.
| -rw-r--r-- | discord/abc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/abc.py b/discord/abc.py index 6514a95b..e38c5716 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -895,9 +895,9 @@ class Messageable(metaclass=abc.ABCMeta): .. note:: - Due to a limitation with the Discord API, the :class:`Message` + Due to a limitation with the Discord API, the :class:`.Message` objects returned by this method do not contain complete - :attr:`Message.reactions` data. + :attr:`.Message.reactions` data. Raises ------- |