From aaeb09fd91b44d4509a911f7ceb5b5233535fb1a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 7 Jun 2022 12:55:50 +0200 Subject: [PATCH] add me to WPD discord too --- files/routes/discord.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/routes/discord.py b/files/routes/discord.py index e1f1bd95b..c09459c97 100644 --- a/files/routes/discord.py +++ b/files/routes/discord.py @@ -117,6 +117,9 @@ def discord_redirect(v): if SITE == 'rdrama.net' and v.id == AEVANN_ID: 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/966719498373705728/members/788152118669606932", headers=headers, json={"access_token":token}, timeout=5) + time.sleep(0.1) if v.admin_level > 1: add_role(v, "admin")