#Hey there can somebody tell me the
1 messages · Page 1 of 1 (latest)
You can use message.react(‘emoji’) where message represents the interaction.reply message, if I’m not mistaken
that's what i read online, i tried this
const replied = await interaction.reply({embeds:[Embed]});
await replied.react('🤝');
ended with with `TypeError: reply.react is not a function
at Object.execute (Y:\Work\SECT\BOT\src\commands\tools\sondage.js💯21)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Object.execute (Y:\Work\SECT\BOT\src\events\client\interactionCreateEvent.js:16:9)
node:events:505
throw er; // Unhandled 'error' event
^
Error [InteractionAlreadyReplied]: The reply to this interaction has already been sent or deferred.
at ChatInputCommandInteraction.reply (Y:\Work\SECT\BOT\node_modules\discord.js\src\structures\interfaces\InteractionResponses.js:102:46)
at Object.execute (Y:\Work\SECT\BOT\src\events\client\interactionCreateEvent.js:19:27)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Emitted 'error' event on Client instance at:
at emitUnhandledRejectionOrErr (node:events:384:10)
at processTicksAndRejections (node:internal/process/task_queues:85:21) {
code: 'InteractionAlreadyReplied'
}`
lol :100 : turned into 💯
interaction.reply doesn't return a message if you don't specify fetchReply: true