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