aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCapn <[email protected]>2019-03-22 10:31:19 -0500
committerGitHub <[email protected]>2019-03-22 10:31:19 -0500
commitfd3a176793341d7471dac373db601fadd9a15b1f (patch)
tree15b8504a9ae6e33a598d19c24448af7dc537be11
parentFix mistake in documentation. (diff)
downloaddiscord.py-fd3a176793341d7471dac373db601fadd9a15b1f.tar.xz
discord.py-fd3a176793341d7471dac373db601fadd9a15b1f.zip
Fix documentation for Channel.last_message
-rw-r--r--discord/channel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/channel.py b/discord/channel.py
index 1688a4c9..a64dd5ce 100644
--- a/discord/channel.py
+++ b/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