fit-ctu-discord/honza-botner

[Bug] Member counter acts really weird

stepech opened this issue · 1 comments

Especially the one counting members in the whole guild. Counter often returns value which is off by 1000+

We are using cached value by the framework, which rarely works well. Do a full refetch of the guild, with count enabled before we get this value.

await ctx.CreateResponseAsync($"Authenticated: {authenticatedCount}, All: {ctx.Guild.Members.Count.ToString()}", ephemeral);