From 391308ddeba0b5e7da573fde1553cba250b792bc Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 7 Sep 2017 09:37:54 +0100 Subject: [PATCH] Update DiscordApi.cs --- src/Ombi.Api.Discord/DiscordApi.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ombi.Api.Discord/DiscordApi.cs b/src/Ombi.Api.Discord/DiscordApi.cs index f2b0cc8be..0300ee2e2 100644 --- a/src/Ombi.Api.Discord/DiscordApi.cs +++ b/src/Ombi.Api.Discord/DiscordApi.cs @@ -11,7 +11,7 @@ namespace Ombi.Api.Discord Api = api; } - private string Endpoint => "https://discordapp.com/api/"; //webhooks/270828242636636161/lLysOMhJ96AFO1kvev0bSqP-WCZxKUh1UwfubhIcLkpS0DtM3cg4Pgeraw3waoTXbZii + private string Endpoint => "https://discordapp.com/api/"; private IApi Api { get; } public async Task SendMessage(DiscordWebhookBody body, string webhookId, string webhookToken)