How would I automatically delete a Select Menu.
I'm currently trying to automatically delete a select menu once an option has been selected. How would I do this?
Thank you
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 OPedit the message
pass null to components if your select is the only component, otherwise modify the array
Okay, thank you