mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-23 08:39:24 -05:00
Update index.ts
This commit is contained in:
parent
91022bcf98
commit
96aa8f3866
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> {
|
||||||
|
// Indi wants bad things
|
||||||
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