diff --git a/files/helpers/discord.py b/files/helpers/discord.py index b164c87cc..b87339cac 100644 --- a/files/helpers/discord.py +++ b/files/helpers/discord.py @@ -20,7 +20,7 @@ ROLES={ "3": "869434199575236649", "4": "868140288013664296", "5": "880445545771044884", - "8": "868140288013664296", + "8": "880445545771044884", } def discord_wrap(f): diff --git a/files/templates/userpage.html b/files/templates/userpage.html index c05de02c3..eec4b801b 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -158,6 +158,7 @@ {{u.coins}} {{"COINS_NAME" | app_config}} {% if u.stored_subscriber_count >=1 and not u.is_nofollow %}{{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}} {% endif %}joined {{u.created_date}} + {% if "pcm" in request.host %}
Based Count: {{u.basecount}}
{% endif %} {% if u.bio_html %}{% if u.quadrant %}{% endif %}{{u.customtitle | safe}}
{{u.bio_html | safe}}