This commit is contained in:
Aevann1 2021-08-30 23:22:55 +02:00
parent 9b408961fe
commit b4bbcee756

View file

@ -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):