Update Discord Webhook

the old domain will be shutdown November 7th, see https://github.com/discord/discord-api-docs/issues/1585
This commit is contained in:
Philip T 2020-10-03 00:18:41 +02:00 committed by GitHub
parent 78d0385f95
commit 15ac8cc3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ class CPushMod : public CModule
return; return;
} }
service_host = "discordapp.com"; service_host = "discord.com";
service_url = "/api/webhooks/" + options["secret"]; service_url = "/api/webhooks/" + options["secret"];
if (options["username"] != "") if (options["username"] != "")