|
@@ -88,10 +88,6 @@ namespace Discord.Rest |
|
|
/// <inheritdoc /> |
|
|
/// <inheritdoc /> |
|
|
public Task<IReadOnlyCollection<RestVoiceRegion>> GetVoiceRegionsAsync(RequestOptions options = null) |
|
|
public Task<IReadOnlyCollection<RestVoiceRegion>> GetVoiceRegionsAsync(RequestOptions options = null) |
|
|
=> ClientHelper.GetVoiceRegionsAsync(this, options); |
|
|
=> ClientHelper.GetVoiceRegionsAsync(this, options); |
|
|
|
|
|
|
|
|
/// <inheritdoc /> |
|
|
|
|
|
public Task<int> GetRecommendedShardCount(RequestOptions options = null) |
|
|
|
|
|
=> ClientHelper.GetRecommendShardCount(this, options); |
|
|
|
|
|
/// <inheritdoc /> |
|
|
/// <inheritdoc /> |
|
|
public Task<RestVoiceRegion> GetVoiceRegionAsync(string id, RequestOptions options = null) |
|
|
public Task<RestVoiceRegion> GetVoiceRegionAsync(string id, RequestOptions options = null) |
|
|
=> ClientHelper.GetVoiceRegionAsync(this, id, options); |
|
|
=> ClientHelper.GetVoiceRegionAsync(this, id, options); |
|
|