Answer the question
In order to leave comments, you need to log in
How to get the number of users in a Discord py voice channel?
How to get the number of users in a voice channel, number
Answer the question
In order to leave comments, you need to log in
the discord.VoiceChannel object has a members attribute that returns a list of members currently in the channel, use the len function
voice_members_count = len(channel.members)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question