Update profile.js

This commit is contained in:
2025-05-07 20:01:29 +05:00
committed by GitHub
parent 79c2e1058a
commit 48ab870b10

View File

@@ -13,6 +13,11 @@ async function getProfileFromAnixart(profileId, token = '') {
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 { try {
const verifiedResponse = await axios.get('https://anixart.seele.su/api/is_verified'); const verifiedResponse = await axios.get('https://anixart.seele.su/api/is_verified');