remotes/1693045480750635534/spooky-22
Aevann1 2021-09-27 23:24:26 +02:00
parent 0a7ee4fa8a
commit 0b9c6854f0
1 changed files with 8 additions and 3 deletions

View File

@ -132,9 +132,14 @@ def discord_redirect(v):
if x.status_code in [201, 204]: if x.status_code in [201, 204]:
if v.id == 1: add_role(v, "shrigma") if v.id == 1:
elif v.admin_level > 0: add_role(v, "admin") add_role(v, "shrigma")
else: add_role(v, "linked") time.sleep(0.1)
if v.admin_level > 0: add_role(v, "admin")
time.sleep(0.1)
add_role(v, "linked")
if v.patron: if v.patron:
time.sleep(0.1) time.sleep(0.1)