Browse Source

Fix documentation for Channel.last_message

pull/2014/head
Capn 6 years ago
committed by GitHub
parent
commit
fd3a176793
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/channel.py

2
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

Loading…
Cancel
Save