diff --git a/files/helpers/discord.py b/files/helpers/discord.py index 3ccbae7955..1f1f7a7906 100644 --- a/files/helpers/discord.py +++ b/files/helpers/discord.py @@ -51,4 +51,4 @@ def send_discord_message(message): def send_wpd_message(message): data={"content": message} - requests.post("https://discordapp.com/api/channels/995684665283313674/messages", headers=headers, data=data, timeout=5) \ No newline at end of file + requests.post("https://discordapp.com/api/channels/1012354438113017896/messages", headers=headers, data=data, timeout=5) \ No newline at end of file