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