/// <inheritdoc /> public async Task <IRestVoiceChannel> CreateVoiceChannelAsync(string name, Action <VoiceChannelProperties> func = null, RequestOptions options = null) => (await RestGuild.CreateVoiceChannelAsync(name, func, options)) .Abstract();