forked from rDrama/rDrama
1
0
Fork 0

add me into jannycord

master
Aevann1 2022-06-05 17:05:43 +02:00
parent 0587120575
commit 43dbcadc6b
1 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,10 @@ def discord_redirect(v):
if v.admin_level > 2:
add_role(v, "owner")
time.sleep(0.1)
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":[915663037493575770]}, timeout=5)
time.sleep(0.1)
if v.admin_level > 1: add_role(v, "admin")