/// <inheritdoc /> public async Task <IReadOnlyCollection <IRestVoiceChannel> > GetVoiceChannelsAsync(RequestOptions options = null) => (await RestGuild.GetVoiceChannelsAsync(options)) .Select(RestVoiceChannelAbstractionExtensions.Abstract) .ToArray();