How to send a followUp after deferReply() and editReply()?
I have an
interaction.deferReply()
that is edited later with interaction.editReply()
.
I'd like to also send a followUp
(second message) with some buttons after editing the first message. Is there a way to do that?
My code looks like this right now:
6 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!The deferReply is triggered here:
And the editReply is here:
But it looks like the followUp just edits the original reply instead of sending a second message?
Here is my discord.js and node version:
oh, thank you very much! makes sense, appreciate it !