Merge pull request #253 from phit/patch-1

Update Discord Webhook
This commit is contained in:
John Reese 2020-10-19 21:03:41 -07:00 committed by GitHub
commit 4243934d5b
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;
}
service_host = "discordapp.com";
service_host = "discord.com";
service_url = "/api/webhooks/" + options["secret"];
if (options["username"] != "")