Exemple #1
0
 /// <inheritdoc />
 public async Task <IRestCategoryChannel> CreateCategoryChannelAsync(string name, Action <GuildChannelProperties> func = null, RequestOptions options = null)
 => (await RestGuild.CreateCategoryChannelAsync(name, func, options))
 .Abstract();