From 929517dd7d25003e7ee8cdad22ba692aafe2caee Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 25 Aug 2022 15:34:00 +0200 Subject: [PATCH] remove wpd discord from /discord --- files/routes/discord.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/files/routes/discord.py b/files/routes/discord.py index efb2896be..ba9129145 100644 --- a/files/routes/discord.py +++ b/files/routes/discord.py @@ -113,9 +113,6 @@ def discord_redirect(v): time.sleep(0.1) requests.put("https://discord.com/api/guilds/913091440035389520/members/788152118669606932", headers=headers, json={"access_token":token,"roles":[915260962540511292]}, timeout=5) - - time.sleep(0.1) - requests.put("https://discord.com/api/guilds/995677461134200895/members/788152118669606932", headers=headers, json={"access_token":token,"roles":[1009864118657888316]}, timeout=5) else: return x.json()