From d0cae2f80613eae51b29f82a93fce83247a0b6d9 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 25 Aug 2022 15:35:28 +0200 Subject: [PATCH] update WPD posts channel --- files/helpers/discord.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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