#is it possible to get member permissions by id?

4 messages · Page 1 of 1 (latest)

runic cipherBOT
#

• 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.

plush pond
#

[...members.values()].filter(m => ...

#

const guildId = client.guilds.cache.first().id

#

Or you can jus use const guild = client.guilds.cache.first()