This interaction failed (StringSelectMenuBuilder)
command.js
9 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!interaction-create.js
My problem is that when first interacting with the select menu, no errors show up.
you never reply to the interaction
also isSelectMenu is outdated
But if you were to interact with it (and wait a bit), this error happens.
use isStringSelectMenu
Yeah, I saw that. I was going to change it after I fix this.
Ah.
as for your issue, use <Interaction>.update instead of your .edit
Thank you.
I'll also use
isStringSelectMenu
.