Skip to content

Typeerror: message.react() is not a function #9090

Closed Answered by Abcmsaj
Abcmsaj asked this question in Q&A
Discussion options

You must be logged in to vote

Solved my own problem for those wondering!!!

You need to include { fetchReply: true } as an option in the reply function

So the code would be

const waitingMessage = await interaction.deferReply( { fetchReply: true} );
waitingMessage.react('🆗');

This works!

Replies: 1 comment

Comment options

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