[docs] Fix various unresolved references

This commit is contained in:
Nadir Chowdhury
2021-04-16 03:41:41 +01:00
committed by GitHub
parent ffea48f218
commit 8f9819eb4c
6 changed files with 16 additions and 13 deletions

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.
"""