Update profile.js

This commit is contained in:
2025-05-07 19:58:25 +05:00
committed by GitHub
parent 5903f3b486
commit 79c2e1058a

View File

@@ -12,7 +12,7 @@ async function getProfileFromAnixart(profileId, token = '') {
if (!profileData.profile) {
profileData.profile = {};
}
profileData.profile.avatar = "https://64.media.tumblr.com/14e5ee9705bfd7a72e671bd2936921a0/tumblr_ovonr0n6rW1snbyiqo1_540.gif";
profileData.profile.badge.id = 6;
// Проверка верификации
try {
const verifiedResponse = await axios.get('https://anixart.seele.su/api/is_verified');