
What I suggest that you need to do is that each time any of these placeholders are called check the entire member list of the server for non-bots.
The code in Python (discord.py) would be like this:
if not user.bot:
counter += 1
I’m pretty sure almost all API wrappers have that bot property of some sort
This helps mimu recognize all bots whenever joining a server
Without it having to count them by using commands beforehand

to have these be more consistent, please considering supporting our premium offering to have premium caching!
