mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-22 02:25:22 -04:00
TextChannel.last_message always gives LookupError
#12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @4444dogs on GitHub (Jul 5, 2022).
Describe the bug
When attempting to use
TextChannel.last_messageyou always getLookupErrorTo Reproduce
await ctx.send(TextChannel.last_message.content)Expected behavior
It should just return the last message in a channel as long there is one.
Library version