Browse Source

Ensure message links resolve in the Messageable.pins note.

pull/2190/head
Rapptz 6 years ago
parent
commit
0d72ac3bb6
  1. 4
      discord/abc.py

4
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
-------

Loading…
Cancel
Save