Deselection the option in select menu

hi, how do I uncheck the option after an interaction?
7 Replies
d.js toolkit
d.js toolkit10mo ago
- 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!
corrysamu
corrysamu10mo ago
could you give me an example? ahhh ok, thx i try
corrysamu
corrysamu10mo ago
hi, i created a file whit but not work
corrysamu
corrysamu10mo ago
this is a code
corrysamu
corrysamu10mo ago
i have 2 interaction with this id, the update and open modal Could you recommend me an efficient way to do this?
corrysamu
corrysamu10mo ago
ths is file for open the modal
corrysamu
corrysamu9mo ago
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