Browse Source
Fix documentation for Channel.last_message
pull/2014/head
Capn
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/channel.py
|
|
@ -156,7 +156,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): |
|
|
|
def last_message(self): |
|
|
|
"""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 |
|
|
|
:class: helpful |
|
|
|