14 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!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
That is a StringSelectMenu
that’s the normal select menu
Define "normal"
There's lot of select menus
like
sec
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 StringSelectMenuOptionBuilderno
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
That would still be a select menu, you'd need to pass max and/or min values for that
ah
kk
kk
try
tyty*