mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
:(
This commit is contained in:
parent
722de4ebb3
commit
3f27ae590b
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ import { EquicordDevs } from "@utils/constants";
|
||||||
import definePlugin from "@utils/types";
|
import definePlugin from "@utils/types";
|
||||||
|
|
||||||
async function getcutepats(): Promise<string> {
|
async function getcutepats(): Promise<string> {
|
||||||
// Empty Without Me
|
|
||||||
const res = await fetch("https://api.waifu.pics/sfw/pat");
|
const res = await fetch("https://api.waifu.pics/sfw/pat");
|
||||||
const url = (await res.json()).url as string;
|
const url = (await res.json()).url as string;
|
||||||
return url;
|
return url;
|
||||||
|
|
Loading…
Reference in a new issue