#Unable to search for the number of server members
1 messages · Page 1 of 1 (latest)
What to do?
Look for functions that seem like they fetch it
Otherwise get the guild and it might have an approx. member count
await interaction.guild.members.fetch()
approx 👀
I want it to be precise
keep the same code as before
just put what I send before accessing the cache
You're awaiting the size property in this code 
Put this before the embed code
it's the same
nope
ah ok, I got it thanks