forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-28 14:33:08 +02:00
parent 9eb8f8d1cd
commit 316001993d
3 changed files with 15 additions and 15 deletions

View File

@ -18,7 +18,7 @@ ROLES={
"2": "875569477671067688", "2": "875569477671067688",
"3": "869434199575236649", "3": "869434199575236649",
"4": "868140288013664296", "4": "868140288013664296",
"5": "880445545771044884", # "5": "880445545771044884",
"8": "868140288013664296", "8": "868140288013664296",
} }

View File

@ -129,10 +129,10 @@ def monthly(v):
grant_awards["shit"] = 10 grant_awards["shit"] = 10
grant_awards["gold"] = 10 grant_awards["gold"] = 10
grant_awards["ban"] = 3 grant_awards["ban"] = 3
elif u.patron == 5 or u.patron == 8: # elif u.patron == 5:
grant_awards["shit"] = 10 # grant_awards["shit"] = 10
grant_awards["gold"] = 10 # grant_awards["gold"] = 10
grant_awards["ban"] = 6 # grant_awards["ban"] = 6
for name in grant_awards: for name in grant_awards:
@ -253,11 +253,11 @@ def badge_grant_post(v):
grant_awards["shit"] = 10 grant_awards["shit"] = 10
grant_awards["gold"] = 10 grant_awards["gold"] = 10
grant_awards["ban"] = 3 grant_awards["ban"] = 3
elif badge_id == 25: # elif badge_id == 25:
if user.discord_id: add_role(user, "5") # if user.discord_id: add_role(user, "5")
grant_awards["shit"] = 10 # grant_awards["shit"] = 10
grant_awards["gold"] = 10 # grant_awards["gold"] = 10
grant_awards["ban"] = 6 # grant_awards["ban"] = 6
if len(grant_awards): if len(grant_awards):

View File

@ -285,11 +285,11 @@ def gumroad(v):
grant_awards["shit"] = 10 grant_awards["shit"] = 10
grant_awards["gold"] = 10 grant_awards["gold"] = 10
grant_awards["ban"] = 3 grant_awards["ban"] = 3
elif tier == 5: # elif tier == 5:
if v.discord_id: add_role(v, "5") # if v.discord_id: add_role(v, "5")
grant_awards["shit"] = 10 # grant_awards["shit"] = 10
grant_awards["gold"] = 10 # grant_awards["gold"] = 10
grant_awards["ban"] = 6 # grant_awards["ban"] = 6
_awards = [] _awards = []