`MissingPropertyError` when making a select menu
I'm having a problem with making a
StringSelectMenu
; discord.js seems to insist that the menu I'm making is missing the label
and value
properties required of select menu options, but based on the builder, both of these should be there.
My Code:
The error it gives: (see attached file)2 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've been pondering this for literally HOURS...
and it turns out to be a bad/wrong import
ðŸ«
anyhow, thx