Exemplo n.º 1
0
        public async Task ModifyAsync(Action <WebhookProperties> func, RequestOptions options = null)
        {
            var model = await WebhookHelper.ModifyAsync(this, Discord, func, options).ConfigureAwait(false);

            Update(model);
        }
Exemplo n.º 2
0
 public Task DeleteAsync(RequestOptions options = null)
 => WebhookHelper.DeleteAsync(this, Discord, options);