dfdf
This commit is contained in:
parent
850483f778
commit
fb48d989b2
2 changed files with 6 additions and 6 deletions
|
@ -131,8 +131,8 @@ def monthly(v):
|
|||
grant_awards["gold"] = 10
|
||||
grant_awards["ban"] = 3
|
||||
elif u.patron == 5:
|
||||
grant_awards["shit"] = 10
|
||||
grant_awards["gold"] = 10
|
||||
grant_awards["shit"] = 20
|
||||
grant_awards["gold"] = 20
|
||||
grant_awards["ban"] = 6
|
||||
|
||||
|
||||
|
@ -256,8 +256,8 @@ def badge_grant_post(v):
|
|||
grant_awards["ban"] = 3
|
||||
elif badge_id == 25:
|
||||
if user.discord_id: add_role(user, "5")
|
||||
grant_awards["shit"] = 10
|
||||
grant_awards["gold"] = 10
|
||||
grant_awards["shit"] = 20
|
||||
grant_awards["gold"] = 20
|
||||
grant_awards["ban"] = 6
|
||||
|
||||
if len(grant_awards):
|
||||
|
|
|
@ -287,8 +287,8 @@ def gumroad(v):
|
|||
grant_awards["ban"] = 3
|
||||
elif tier == 5:
|
||||
if v.discord_id: add_role(v, "5")
|
||||
grant_awards["shit"] = 10
|
||||
grant_awards["gold"] = 10
|
||||
grant_awards["shit"] = 20
|
||||
grant_awards["gold"] = 20
|
||||
grant_awards["ban"] = 6
|
||||
|
||||
_awards = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue