aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/abc.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/discord/abc.py b/discord/abc.py
index 6c0350db..6514a95b 100644
--- a/discord/abc.py
+++ b/discord/abc.py
@@ -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`