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

Fix for #2189
This commit is contained in:
Rapptz 2019-05-27 04:04:06 -04:00
parent 2cd6d771ec
commit 96dc6f0c11

View File

@ -893,6 +893,12 @@ class Messageable(metaclass=abc.ABCMeta):
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
-------
:exc:`.HTTPException`