This commit is contained in:
thororen1234 2024-08-15 01:11:06 -04:00
parent d69a1b3f70
commit 722de4ebb3

View file

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