From 96dc6f0c1169a610f6be9072da4e134626ada566 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 27 May 2019 04:04:06 -0400 Subject: [PATCH] Add note that Messageable.pins does not contain Message.reactions Fix for #2189 --- discord/abc.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/discord/abc.py b/discord/abc.py index 6c0350db1..6514a95b3 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`