how to get ammount of people inside a certain guild?

how to get ammount of people inside a certain guild? msg.guild.size doesnt work
4 Replies
d.js toolkit
d.js toolkit8mo 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 staff
Danial
Danial8mo ago
msg.guild.memberCount
d.js docs
d.js docs8mo ago
property Guild#memberCount The full amount of members in this guild
quaint racoon
quaint racoon8mo ago
thx!!!!