How do I get the user out if we clicked on him in the menu?
Good evening! How do I make a user output if I clicked on it in the menu?
4 Replies
• 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.Specifically for you,
<UserSelectMenuInteraction>.users
is what you'd access, but a collector is the best way to get that new interactionI understand