deferReply without message
how to turn off the message in inter.deferReply
(not ephemeral: true)
2 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!there is no means of preventing the deferred reply from
deferReply
if this is a component interaction, deferUpdate
exists which intends to defer updating the component's message (and therefore doesn't send a new one)
but beyond this there is no means of silently ignoring an interaction so that the user has no indication of whether it succeeded or not