is there an oauth2 endpoint that would show the amount of members for each guild?
?
3 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.Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Getting your bot's member count
•
client.users.cache.size
is unreliable because it will only return cached users
• The preferred method is using collection.reduce()
on client.guilds.cache