From 48ab870b1031e8be76aac6deb6e55611b4ec4aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=BC=E3=83=BC=E3=83=AC?= Date: Wed, 7 May 2025 20:01:29 +0500 Subject: [PATCH] Update profile.js --- api/v1/src/profile.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/api/v1/src/profile.js b/api/v1/src/profile.js index ae5156d..467fc60 100644 --- a/api/v1/src/profile.js +++ b/api/v1/src/profile.js @@ -12,7 +12,12 @@ async function getProfileFromAnixart(profileId, token = '') { if (!profileData.profile) { profileData.profile = {}; } -profileData.profile.badge.id = 6; + profileData.profile.badge.id = 6; + profileData.profile.badge.type = 1; + profileData.profile.badge.name = "Клоун"; + profileData.profile.badge.timestamp = 0; + profileData.profile.badge.image_url = "https://s3.anixstatic.com/badges/gzXqCrBwQqGd.json"; + // Проверка верификации try { const verifiedResponse = await axios.get('https://anixart.seele.su/api/is_verified');