Discord now uses discord.com as webhook domain

This commit is contained in:
Alexander Yakovlev 2021-03-28 14:46:37 +07:00
parent ada2743c7e
commit d454983557
Signed by: oreolek
GPG Key ID: 8D24103F5EE2A6C0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
class Discord_Webhook extends Plugin {
private $host;
private $discord_api_url = "https://discordapp.com/api/webhooks/";
private $discord_api_url = "https://discord.com/api/webhooks/";
private $default_content_length = 0;
function about() {