Fix documentation for Channel.last_message
This commit is contained in:
parent
d48a424f6f
commit
fd3a176793
@ -156,7 +156,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable):
|
|||||||
def last_message(self):
|
def last_message(self):
|
||||||
"""Fetches the last message from this channel in cache.
|
"""Fetches the last message from this channel in cache.
|
||||||
|
|
||||||
The message might not be valid or point to an existing channel.
|
The message might not be valid or point to an existing message.
|
||||||
|
|
||||||
.. admonition:: Reliable Fetching
|
.. admonition:: Reliable Fetching
|
||||||
:class: helpful
|
:class: helpful
|
||||||
|
Loading…
x
Reference in New Issue
Block a user