|
|
@@ -177,7 +177,7 @@ namespace Discord.Rest |
|
|
|
role?.Update(model); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <inheritdoc /> |
|
|
|
public Task LeaveAsync(RequestOptions options = null) |
|
|
|
=> GuildHelper.LeaveAsync(this, Discord, options); |
|
|
@@ -777,7 +777,7 @@ namespace Discord.Rest |
|
|
|
async Task<IVoiceChannel> IGuild.CreateVoiceChannelAsync(string name, Action<VoiceChannelProperties> func, RequestOptions options) |
|
|
|
=> await CreateVoiceChannelAsync(name, func, options).ConfigureAwait(false); |
|
|
|
/// <inheritdoc /> |
|
|
|
async Task<ICategoryChannel> IGuild.CreateCategoryAsync(string name, Action<GuildChannelProperties> func, RequestOptions options) |
|
|
|
async Task<ICategoryChannel> IGuild.CreateCategoryChannelAsync(string name, Action<GuildChannelProperties> func, RequestOptions options) |
|
|
|
=> await CreateCategoryChannelAsync(name, func, options).ConfigureAwait(false); |
|
|
|
|
|
|
|
/// <inheritdoc /> |
|
|
|