mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-22 08:09:12 -05:00
:3
This commit is contained in:
parent
d69a1b3f70
commit
722de4ebb3
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ 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…
Add table
Reference in a new issue