{% extends "settings.html" %} {% block pagetitle %}Profile Settings - {{'SITE_NAME' | app_config}}{% endblock %} {% block content %}

Avatar

{% if v.profileurl %}
{% endif %}

JPG, PNG, GIF files are supported. Max file size is {% if v and v.patron %}8{% else %}4{% endif %} MB.

Banner

{% if v.bannerurl %}
{% endif %}

JPG, PNG, GIF files are supported. Max file size is {% if v and v.patron %}8{% else %}4{% endif %} MB.

Linked accounts

{% if v.discord_id %}

Disconnecting your Discord account will remove you from the {{'SITE_NAME' | app_config}} Discord server.

{% else %}

Link your Discord account to join the {{'SITE_NAME' | app_config}} Discord server.

{% endif %}

Referral code

You have referred {{v.referral_count}} members. Learn more.

RSS Feed

You can change the feed by replacing hot with whatever sorting you want and all with whatever time filter you want.

Username

3-25 characters, including letters, numbers, _ , and - Your original username will always stay reserved for you: {{v.original_username}}

Profile Anthem

Must be a youtube video link

Username Color

{% if not v.flairchanged %}

Flair

Limit of 100 characters
{% endif %}

Flair Color

{% if v.verified %}

Bluecheck Color

{% endif %}

Bio

Limit of 1500 characters

Privacy

{% if v.patron or v.id == 1904 %}
       

										
Limit of 200 characters
{% endif %}
{% endblock %} {% block modals %} {% include "emoji_modal.html" %} {% include "gif_modal.html" %} {% endblock %} {% block scripts %} {% endblock %}