Kapoen
Kapoen
DIAdiscord.js - Imagine an app
Created by perdu on 4/15/2024 in #djs-questions
add reaction to a reply message
In order to react to a message the message needs to be fetched, so insteand of const message = await interaction.reply("choice") use const message = await interaction.reply({ content: "choice", fetchReply: true });
6 replies