Deselection the option in select menu
hi, how do I uncheck the option after an interaction?
7 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!could you give me an example?
ahhh ok, thx
i try
hi, i created a file whit but not work
this is a code
i have 2 interaction with this id, the update and open modal
Could you recommend me an efficient way to do this?
ths is file for open the modal
this?
ModalSubmitInteraction.update();
interaction.message.edit();
interaction.showModal(modal);
Please give me the example, my brain explodes
Hey
Small example please
hi, i use the message.edit , it work
thx