Browse Source

Add note that Messageable.pins does not contain Message.reactions

Fix for #2189
pull/2190/head
Rapptz 6 years ago
parent
commit
96dc6f0c11
  1. 6
      discord/abc.py

6
discord/abc.py

@ -893,6 +893,12 @@ class Messageable(metaclass=abc.ABCMeta):
Returns a :class:`list` of :class:`.Message` that are currently pinned. Returns a :class:`list` of :class:`.Message` that are currently pinned.
.. note::
Due to a limitation with the Discord API, the :class:`Message`
objects returned by this method do not contain complete
:attr:`Message.reactions` data.
Raises Raises
------- -------
:exc:`.HTTPException` :exc:`.HTTPException`

Loading…
Cancel
Save