コード例 #1
0
 /// <inheritdoc />
 public async Task <IReadOnlyCollection <IRestVoiceRegion> > GetVoiceRegionsAsync(RequestOptions options = null)
 => (await RestGuild.GetVoiceRegionsAsync(options))
 .Select(RestVoiceRegionAbstractionExtensions.Abstract)
 .ToArray();