Select menus & label name

Hello, so I want my bot to send an embed with the selected option from the drop down menu, right now it is sending the value, but I want it to send the label.
6 Replies
d.js toolkit
d.js toolkit3y ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.
Marcus
MarcusOP3y ago
Inky
Inky3y ago
Use followUp, not reply Also, no need for message.edit, just also do the change in the update call
Marcus
MarcusOP3y ago
but what about the thing with label?
Inky
Inky3y ago
interaction.component.label
Marcus
MarcusOP3y ago
Can I somehow make the drop down disabled?

Did you find this page helpful?