remotes/1693045480750635534/spooky-22
Aevann1 2021-08-26 15:37:47 +02:00
parent fce10b47b1
commit c4fe5b19a2
2 changed files with 10 additions and 10 deletions

View File

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

View File

@ -236,28 +236,28 @@ def badge_grant_post(v):
grant_awards = {}
if badge_id == 21:
if user.discord_id: add_role(user, "paypig")
if user.discord_id: add_role(user, "1")
grant_awards["shit"] = 1
grant_awards["gold"] = 1
elif badge_id == 22:
if user.discord_id: add_role(user, "renthog")
if user.discord_id: add_role(user, "2")
grant_awards["shit"] = 3
grant_awards["gold"] = 3
elif badge_id == 23:
if user.discord_id: add_role(user, "landchad")
if user.discord_id: add_role(user, "3")
grant_awards["shit"] = 5
grant_awards["gold"] = 5
grant_awards["ban"] = 1
elif badge_id in [24, 28]:
if user.discord_id: add_role(user, "turboautist")
if user.discord_id: add_role(user, "4")
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
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):