mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Update DiscordApi.cs
This commit is contained in:
parent
850e40ef0e
commit
391308ddeb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue