My Discord.js bot just got verified for the GUILD_MEMBERS
intent so I brought a feature back which shows the total users of the bot but it doesn't quite work as I intend it to.
I am currently using the {client.users.cache.size}
property to find the total users.
Can anyone help me out?