Skip to content
Discussion options

You must be logged in to vote

You will be able to use discord.Message.reference in order to get the MessageReference object. This represents the data of the reply. From here you can either use MessageReference.cached_message if the message is in cache, or fetch the message using MessageReference.message_id. This allows you to use message.author.id as normal.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Rapptz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants