mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-20 15:18:50 -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";
|
||||
|
||||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue