Endpoint/way to fetch members/member count in a voice channel #3616
Unanswered
tandpfun
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
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.
-
Description
An endpoint to fetch the members in a voice channel, or a way to get the member count of a voice channel without needing all members in a guild cached.
Why This is Needed
My bot has a feature which requires the member count of a voice channel. I also do not want to cache members at all. Because of this, I'm unable to fetch the member count of a voice channel without fetching the guild's entire member list every time, which is inefficient, and a bad idea in general.
Alternatives Considered
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions