Exemple #1
0
 /// <summary>
 ///     Gets a collection of all the voice regions this guild can access.
 /// </summary>
 /// <param name="options">The options to be used when sending the request.</param>
 /// <returns>
 ///     A task that represents the asynchronous get operation. The task result contains a read-only collection of
 ///     voice regions the guild can access.
 /// </returns>
 public Task <IReadOnlyCollection <RestVoiceRegion> > GetVoiceRegionsAsync(RequestOptions options = null)
 => GuildHelper.GetVoiceRegionsAsync(this, Discord, options);