Browse Source

Whitespace

pull/1551/head
moiph 5 years ago
parent
commit
901bfe5a1d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Webhook/DiscordWebhookClient.cs

+ 1
- 1
src/Discord.Net.Webhook/DiscordWebhookClient.cs View File

@@ -44,7 +44,7 @@ namespace Discord.Webhook
Webhook = WebhookClientHelper.GetWebhookAsync(this, webhookId).GetAwaiter().GetResult(); Webhook = WebhookClientHelper.GetWebhookAsync(this, webhookId).GetAwaiter().GetResult();
} }
/// <summary> Creates a new Webhook Discord client. </summary> /// <summary> Creates a new Webhook Discord client. </summary>
public DiscordWebhookClient(IWebhook webhook, DiscordRestConfig config)
public DiscordWebhookClient(IWebhook webhook, DiscordRestConfig config)
: this(config) : this(config)
{ {
Webhook = webhook; Webhook = webhook;


Loading…
Cancel
Save