Send a ContainerBuilder() in Ephemeral
Hello, I'm doing a command to manage a user (like ban, mute, ... but in the same command) and I want to use the new Components.
But I would like to hide the reply to everybody but the user that did the command
Here is my answer
But it is not working, the
Ephemeral flags does not count5 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!
- ✅ Marked as resolved by OPMessages cannot be ephemeral
Only interaction replies can be
I just notice that, thank you
So is there a way to reply to an interaction twice ?
:method: ButtonInteraction#followUp()
discord.js@14.19.3
Send a follow-up message to this interaction.thank you