{% extends "layout.html" %} {% block currentPage %}settings{% endblock %} {% block title %}Settings{% endblock %} {% block titleEmbed %}Settings{% endblock %} {% block author %}Team PeekSeek{% endblock %} {% block description %}Configure your PeekSeek settings.{% endblock %} {% block color %}#ff0000{% endblock %} {% block content %}

Link your Discord

You can link your Discord to get notifications in your dms, check your stats using our bot and sign up for tournaments. The bot can't dm you notifications if you're not in the server or if you have you're dms off. To solve this you can add the bot as a user application, which will also allow you to use the /stats command in any Discord. {% if discord %} You're currently linked with Discord ID: {{discord}} {% endif %}

Reset your UUID

As an extra security meassure we have a UUID system which links with your Steam64 to form a PeekSeek.net account, with this UUID someone can make API calls for you and pretend to be you, they can even queue as you.

We recommend you never share your UUID, however we understand you may slip up once in a while and for that reason we allow you to change your UUID. Everyone logged in to your steam account, including you, will be logged out when you press this button.
{% endblock %}