/// <inheritdoc /> public async Task <IReadOnlyCollection <IRestVoiceRegion> > GetVoiceRegionsAsync(RequestOptions options = null) => (await RestGuild.GetVoiceRegionsAsync(options)) .Select(RestVoiceRegionAbstractionExtensions.Abstract) .ToArray();