This commit is contained in:
Aevann1 2021-08-30 23:19:10 +02:00
parent e9364859eb
commit eec9ff5d16
56 changed files with 22 additions and 20 deletions

View file

@ -130,10 +130,10 @@ def monthly(v):
grant_awards["shit"] = 10
grant_awards["gold"] = 10
grant_awards["ban"] = 3
# elif u.patron == 5:
# grant_awards["shit"] = 10
# grant_awards["gold"] = 10
# grant_awards["ban"] = 6
elif u.patron == 5:
grant_awards["shit"] = 10
grant_awards["gold"] = 10
grant_awards["ban"] = 6
for name in grant_awards:
@ -254,11 +254,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, "5")
# grant_awards["shit"] = 10
# grant_awards["gold"] = 10
# grant_awards["ban"] = 6
elif badge_id == 25:
if user.discord_id: add_role(user, "5")
grant_awards["shit"] = 10
grant_awards["gold"] = 10
grant_awards["ban"] = 6
if len(grant_awards):