From 7da380259c6e9f6c3b41a6d531619d538ed92034 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 30 Aug 2022 03:58:22 +0200 Subject: [PATCH] update wpd #posts discord channel id --- 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 1f1f7a790..4b129b2e2 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/1012354438113017896/messages", headers=headers, data=data, timeout=5) \ No newline at end of file + requests.post("https://discordapp.com/api/channels/1013990963846332456/messages", headers=headers, data=data, timeout=5) \ No newline at end of file