aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/abc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/abc.py b/discord/abc.py
index 6514a95b..e38c5716 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
-------