From 9a46fccd8ede54ae95bf8ff5257ae985d4f992d5 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 27 Dec 2021 04:58:48 +0200 Subject: [PATCH] xvc --- 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 fcc94fd29..9eeade0f1 100644 --- a/files/helpers/discord.py +++ b/files/helpers/discord.py @@ -58,7 +58,7 @@ def set_nick(user, nick): requests.patch(url, headers=headers, json=data, timeout=5) def send_message(message): - url=f"https://discordapp.com/api/channels/851846904283267094/messages" + url=f"https://discordapp.com/api/channels/924485611715452940/messages" headers = {"Authorization": f"Bot {BOT_TOKEN}"} data={"content": message} requests.post(url, headers=headers, data=data, timeout=5) \ No newline at end of file