Select menus

how do i make my menu look like this:
14 Replies
d.js toolkit
d.js toolkit12mo 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!
Oh My God It’s Tod!
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 docs12mo ago
Suggestion for @group: :guide: Message Components: Select menus - Building string select menus read more
NyR
NyR12mo ago
That is a StringSelectMenu
Oh My God It’s Tod!
that’s the normal select menu
NyR
NyR12mo ago
Define "normal" There's lot of select menus
Oh My God It’s Tod!
like sec
NyR
NyR12mo 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
Oh My God It’s Tod!
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
NyR12mo ago
That would still be a select menu, you'd need to pass max and/or min values for that
Oh My God It’s Tod!
ah kk
Oh My God It’s Tod!
kk try tyty*

Did you find this page helpful?