Update DiscordApi.cs

pull/1510/head
Jamie 7 years ago committed by GitHub
parent 850e40ef0e
commit 391308ddeb

@ -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)

Loading…
Cancel
Save