Stanlehx
Stanlehx
DIAdiscord.js - Imagine an app
Created by Stanlehx on 3/31/2024 in #djs-questions
Reacting after Interaction Reply with Embed
I have checked the document and from what I understand, I need to code it like this const message = await interaction.reply({ embeds: [voteEmbed], files: [file] }); message.react('🍎') .then(() => message.react('🍊')) .then(() => message.react('🍇')) but however it says message.react is not a function.
5 replies