|
|
@@ -1273,7 +1273,7 @@ namespace Discord.WebSocket |
|
|
|
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 /> |
|
|
|