Sorry, we don't support your browser.  Install a modern browser
This post is closed.

{server_membercount_nobots} and {server_membercount_nobots} use a new way to count bots#35

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

4 years ago

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

16 days ago
Changed the status to
Completed
16 days ago