Make a select menu builder for certain roles?
I am kinda new to coding and confused on how I can make a select menu for certain roles. I can get the menu sent but don't know how to make a certain interaction add a certain role.
npm list discord.js and node node -v version?✅ Marked as resolved by staffaddOptions() to add the options you want into the select menurole-menu-1234567890, where you the parse the role ID out of that option's value and then simply call <StringSelectMenuInteraction>.member.roles.add(parsedRoleId)<StringSelectMenuInteraction> with?addOptions()role-menu-1234567890<StringSelectMenuInteraction>.member.roles.add(parsedRoleId)@14.16.3<StringSelectMenuInteraction><Class>Class#method