How to get a list of all pinged members in a message (not interaction)
ye
5 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.
mentionedMember is an array of the members
also alternatively too loop through each member you can use
Generelly message.mentions.members returns a collection of pinged members
Turning it to an array is pointless most of the time
Okay, thanks i was doing message.mentions.first()
what are the exceptions
I dont know any