diff --git a/files/helpers/discord.py b/files/helpers/discord.py index 95e75d0bb..cf1fcadcf 100644 --- a/files/helpers/discord.py +++ b/files/helpers/discord.py @@ -18,7 +18,7 @@ ROLES={ "2": "875569477671067688", "3": "869434199575236649", "4": "868140288013664296", - "5": "fdfd545454gf", + "5": "880445545771044884", "8": "868140288013664296", } diff --git a/files/routes/admin.py b/files/routes/admin.py index 11ddea1d7..f87c02e59 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -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):