This commit is contained in:
Aevann1 2021-08-24 19:49:47 +02:00
parent 8c80e2646a
commit d2b4ca6595
5 changed files with 19 additions and 4 deletions

View file

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