From 15ac8cc3fbe8e67390f8199691850ff8a7c6c126 Mon Sep 17 00:00:00 2001 From: Philip T Date: Sat, 3 Oct 2020 00:18:41 +0200 Subject: [PATCH] Update Discord Webhook the old domain will be shutdown November 7th, see https://github.com/discord/discord-api-docs/issues/1585 --- push.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.cpp b/push.cpp index a9bbe4d..f008229 100755 --- a/push.cpp +++ b/push.cpp @@ -667,7 +667,7 @@ class CPushMod : public CModule return; } - service_host = "discordapp.com"; + service_host = "discord.com"; service_url = "/api/webhooks/" + options["secret"]; if (options["username"] != "")