Get member from user select menu

I have searched and cannot find my answer. I want to get the member selected from the user select menu.
2 Replies
d.js toolkit
d.js toolkit•7mo 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
Swyftey
Swyftey•7mo ago
const collectorFilter = i => i.user.id === interaction.user.id;

const confirmation = await response.awaitMessageComponent({ filter: collectorFilter, time: 60_000 });
const collectorFilter = i => i.user.id === interaction.user.id;

const confirmation = await response.awaitMessageComponent({ filter: collectorFilter, time: 60_000 });
This is where I am at. pffff nevermind On my screen it's hard to read the data that confirmation returns, but the answer is probably: confirmation.member or confirmation.user
Want results from more Discord servers?
Add your server