From 37ae5805d8e655f845d7d89de1d28643f81271dd Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Sun, 24 Aug 2025 23:03:33 +0200 Subject: [PATCH] modified: templates/user_contact.html --- templates/user_contact.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/templates/user_contact.html b/templates/user_contact.html index 653eaa6..8af563f 100644 --- a/templates/user_contact.html +++ b/templates/user_contact.html @@ -253,9 +253,14 @@ {% if user_info %}
- Avatar + onerror="this.src='https://cdn.discordapp.com/embed/avatars/{{ (user_info.id | int) % 5 }}.png';"> + {% else %} + Avatar + {% endif %}
{{ user_info.global_name or user_info.username }}

{{ user_info.username }}#{{ user_info.discriminator }} (ID: {{ user_info.id }})