Select menus

how do i make my menu look like this:
14 Replies
d.js toolkit
d.js toolkit13mo 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!
Tickles When I Fickle My Pickle
i’m guessing it’s probs a different kind of select menu? and also how to do the check list stuff where u can check off a lot of stuff at once in DJS
d.js docs
d.js docs13mo ago
Suggestion for @group: :guide: Message Components: Select menus - Building string select menus read more
NyR
NyR13mo ago
That is a StringSelectMenu
Tickles When I Fickle My Pickle
that’s the normal select menu
NyR
NyR13mo ago
Define "normal" There's lot of select menus
Tickles When I Fickle My Pickle
like sec
NyR
NyR13mo ago
And if you meant the option in select menu to be pre selected by "checklist", then you need to pass default: true to the option or setDefault(true) if you are using StringSelectMenuOptionBuilder
Tickles When I Fickle My Pickle
no like there’s this thing where it shows little boxes that u check off i don’t remember where i saw it but i saw it somewhere and rn i’m working on a project where that would be useful
NyR
NyR13mo ago
That would still be a select menu, you'd need to pass max and/or min values for that
Tickles When I Fickle My Pickle
kk try tyty*

Did you find this page helpful?