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