createVoiceChannel
inline suspend fun GuildBehavior.createVoiceChannel(name: String, builder: VoiceChannelCreateBuilder.() -> Unit = {}): VoiceChannel(source)
Requests to create a new voice channel.
Return
The created VoiceChannel.
Throws
if something went wrong during the request.