1
0
Fork 0

proxy is down :(

This commit is contained in:
amy 2025-04-29 09:37:38 +03:30
parent 190117d9ef
commit e6d9d4c9a0

View file

@ -72,7 +72,7 @@ export default function Reviews() {
export const theImager = async (id: string): Promise<string> => export const theImager = async (id: string): Promise<string> =>
await fetch(`https://discord-info.api.amy.rip/v1/user/${id}`) await fetch(`https://discord-info.api.amy.rip/v1/user/${id}`)
.then((res) => res.json()) .then((res) => res.json())
.then((data) => "https://proxy.spiro.amy.rip/_/plain/" + data.avatar.link) .then((data) => data.avatar.link)
.catch(() => "https://http.cat/status/100"); .catch(() => "https://http.cat/status/100");
function SingleReview(props: NeoReview) { function SingleReview(props: NeoReview) {