i am very stupid
This commit is contained in:
parent
516bb1d990
commit
10b9d3f924
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ export default function Reviews() {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const theImager = async (id: string): Promise<string> =>
|
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((res) => res.json())
|
||||||
.then((data) => "https://proxy.spiro.exhq.dev/_/plain/" + data.avatar.link)
|
.then((data) => "https://proxy.spiro.exhq.dev/_/plain/" + data.avatar.link)
|
||||||
.catch(() => "https://http.cat/status/100");
|
.catch(() => "https://http.cat/status/100");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue