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 toolkit15mo 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
Marcus15mo ago
Kinect3000
Kinect300015mo ago
Use followUp, not reply Also, no need for message.edit, just also do the change in the update call
Marcus
Marcus15mo ago
but what about the thing with label?
Kinect3000
Kinect300015mo ago
interaction.component.label
Marcus
Marcus15mo ago
Can I somehow make the drop down disabled?