User counts
Is it possible to get a semi-accurate / approximate user count without fetching all users / servers when trying to update it?
I've tried:
-
client.users.cache.size
(but this does not have all users included and i don't want to client.users.fetch()
a lot)
- Fetching every guild and using guild.approximateMemberCount
while removing duplicates1 Reply
Also this is a discordjs question, not a sapphire question