Defer without message in modal
how to make the inscription “bot is thinking” in a modal? If I use
deferReply
, the modal window is closed and a “bot is thinking“ message is generated. I don't need this message separately. It needs to be inside the modal.3 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 OPDiscord does not give functionality for that. The modal window is closed when your bot acknowledged the interaction from submitting the modal
thx