geri
{% if found %}
email
{{ user.email if user.email else '—'|safe }}
ip
{{ user.ip if user.ip else '—'|safe }}
connections
{{ user.connections if user.connections else '{}' }}
anlık
{% else %}
kullanıcı bulunamadı
{{ discord_id }} ID'sine ait kayıt yok.
{% endif %}