Handling StringSelectMenuInteraction
This is how I read the current selected value from a <StringSelectMenuCopmonent>. I receive an error stating
menu.values is undefined. Why is that?npm list discord.js and node node -v version?const message = interaction.message;
const row2 = ActionRowBuilder.from(message.components[1]);
const menu = StringSelectMenuBuilder.from(row2.components[0]);