Fetch reply from a command to button interaction
How can i fetch a reply from
x
command so i can edit the reply in y
button interactionSolution:Jump to solution
the interaction passed through the interaction-handler is a ButtonInteraction so that should help
https://discordjs.dev/docs/packages/discord.js/14.14.1/ButtonInteraction:Class#message...
discord.js | ButtonInteraction
Represents a button interaction.
3 Replies
Solution
the interaction passed through the interaction-handler is a ButtonInteraction so that should help
https://discordjs.dev/docs/packages/discord.js/14.14.1/ButtonInteraction:Class#message
discord.js | ButtonInteraction
Represents a button interaction.
Eyy sorry for late repl
reply*
anyways thanks for the help
mark it as solved with that link then 😉