mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-22 16:19:07 -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";
|
||||
|
||||
async function getcutepats(): Promise<string> {
|
||||
// Indi wants bad things
|
||||
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