mirror of https://github.com/SeanOMik/znc-push.git
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:
parent
78d0385f95
commit
15ac8cc3fb
2
push.cpp
2
push.cpp
|
@ -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"] != "")
|
||||||
|
|
Loading…
Reference in New Issue