String Select Menu Builder
I have a question/suggestion to make, why there is an official way to remove the selected (category) from the StringSelectMenuBuilder, the only way to remove the selected (category) is to edit the message.
6 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 staffwhat exactly do you mean
When you select one of these the selected (category e.g Test 1) stays in the bar (Select a category) after the selection, it is good if you have the choice after the selection to auto remove the selected (category) from the bar (Select a category)


Thats just how discord displays it
Nothing djs can do about
You can update the message with the same components to reset it
Or refresh your discord client
This seems like more of a suggestion for the DDev server. The actual functionality of Discord is out of DiscordJS's hands. It's just an API Library, not a Discord product
oh ok I thought discord.js could change this thanks for the help