Update index.ts

This commit is contained in:
thororen1234 2024-09-05 15:01:33 -04:00
parent 91022bcf98
commit 96aa8f3866

View file

@ -8,6 +8,7 @@ import { EquicordDevs } from "@utils/constants";
import definePlugin from "@utils/types";
async function getcutepats(): Promise<string> {
// Indi wants bad things
const res = await fetch("https://api.waifu.pics/sfw/pat");
const url = (await res.json()).url as string;
return url;