getConnectedVoiceChannel

suspend fun Guild.getConnectedVoiceChannel(): AudioChannel?

Gets the VoiceChannel that our user is connected to in this Guild.


suspend fun Member.getConnectedVoiceChannel(): AudioChannel?

Gets the VoiceChannel that the member is currently connected to, if present.