How to set interaction select complete

StringSelectMenu
8 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! - Marked as resolved by OP
Syjalo
Syjalo12mo ago
What do you mean by that?
Пользователь не найден
After selecting the string, the client writes the error this interaction failed
Syjalo
Syjalo12mo ago
That means you don't response to the interaction
d.js docs
d.js docs12mo ago
:guide: Message Components: Component interactions - Responding to component interactions read more
Пользователь не найден
Is it possible to make it complete without a response?
Syjalo
Syjalo12mo ago
No, you should let Discord know that your process is success. At least by using await interaction.deferUpdate() if you don't want to send any message response
Пользователь не найден
Thanks, exactly what I meant

Did you find this page helpful?