Event for guild member count changing #3242
Unanswered
cryptiklemur
asked this question in
API Feature Requests & Ideas
Replies: 1 comment
-
In addition to this would I appreciate if we would get a way to know, how many bots and actual humans/clients are on a server. Right now is the only way to get those numbers, to get the actual users and check if they're a bot or not, which adds extra steps and in cases like a Join event also requires us to often use members too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As suggested by @night , opening up a new issue for this.
I would like a new event/intent that we can subscribe to that just gives us a guild id and a member count. Either a new event or adding it to
GUILD_UPDATE
?Needing to have a privileged event just to keep track of the number of users in a server is unfortunate. It also makes difficult/impossible to have a stateless bot for DiscordServers
Beta Was this translation helpful? Give feedback.
All reactions