diff --git a/files/routes/discord.py b/files/routes/discord.py index 7a7be34395..de30e79f24 100644 --- a/files/routes/discord.py +++ b/files/routes/discord.py @@ -144,9 +144,6 @@ def discord_redirect(v): "nick": name } - req=requests.patch(url, headers=headers, json=data) - - #print(req.status_code) - #print(url) + requests.patch(url, headers=headers, json=data) return redirect(f"https://discord.com/channels/{SERVER_ID}/{WELCOME_CHANNEL}") \ No newline at end of file