diff --git a/discord/abc.py b/discord/abc.py index 6514a95b3..e38c57168 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 -------