From fd3a176793341d7471dac373db601fadd9a15b1f Mon Sep 17 00:00:00 2001 From: Capn <38225872+CapnS@users.noreply.github.com> Date: Fri, 22 Mar 2019 10:31:19 -0500 Subject: [PATCH] Fix documentation for Channel.last_message --- discord/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/channel.py b/discord/channel.py index 1688a4c91..a64dd5ceb 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