proxy is down :(
This commit is contained in:
parent
190117d9ef
commit
e6d9d4c9a0
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ export default function Reviews() {
|
|||
export const theImager = async (id: string): Promise<string> =>
|
||||
await fetch(`https://discord-info.api.amy.rip/v1/user/${id}`)
|
||||
.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");
|
||||
|
||||
function SingleReview(props: NeoReview) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue