[docs] Fix various unresolved references

This commit is contained in:
Nadir Chowdhury
2021-04-15 22:41:41 -04:00
committed by GitHub
parent ffea48f218
commit 8f9819eb4c
6 changed files with 16 additions and 13 deletions
+3 -3
View File
@@ -1263,8 +1263,8 @@ class Message(Hashable):
async def reply(self, content=None, **kwargs):
"""|coro|
A shortcut method to :meth:`abc.Messageable.send` to reply to the
:class:`Message`.
A shortcut method to :meth:`.abc.Messageable.send` to reply to the
:class:`.Message`.
.. versionadded:: 1.6
@@ -1280,7 +1280,7 @@ class Message(Hashable):
Returns
---------
:class:`Message`
:class:`.Message`
The message that was sent.
"""