Update profile.js

This commit is contained in:
2025-05-07 19:45:28 +05:00
committed by GitHub
parent 21ae8b0c89
commit b014c79e1b

View File

@@ -12,7 +12,7 @@ async function getProfileFromAnixart(profileId, token = '') {
if (!profileData.profile) { if (!profileData.profile) {
profileData.profile = {}; profileData.profile = {};
} }
profileData.profile.avatar = "https://64.media.tumblr.com/14e5ee9705bfd7a72e671bd2936921a0/tumblr_ovonr0n6rW1snbyiqo1_540.gif";
// Проверка верификации // Проверка верификации
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');