Hi,
I am trying to get a member list from a specific voice channel. I have the GuildVoiceChannel object and am pretty stuck with the task. How can I get this info out of said object?
In general I find it really hard to find stuff in the documentation since a lot of things seems to be too nested to really find a path from objects I have to those I am looking for. For example it took me 3 hours yesterday to get a guild object while already having the guild id available because I couldn't find a way from the BotApp/GatewayBot documentation to bot.rest.fetch_guild(). How do you guys look something like those problems up?
Thanks in advance π