Exemplo n.º 1
0
 /// <inheritdoc />
 public async Task <IRestWebhook> CreateWebhookAsync(string name, Stream avatar = null, RequestOptions options = null)
 => (await RestTextChannel.CreateWebhookAsync(name, avatar, options))
 .Abstract();