1
0
Fork 0

i am very stupid
Some checks failed
Build / Build (push) Successful in 41s
Build / Deploy (push) Failing after 1m2s

This commit is contained in:
amy 2025-01-22 13:32:43 +03:30
parent 516bb1d990
commit 10b9d3f924
No known key found for this signature in database

View file

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