refactor: remove axios

This commit is contained in:
Elysia
2023-07-11 22:15:48 +07:00
parent 9097cafb2e
commit c4ec7f33b8
6 changed files with 65 additions and 76 deletions

1
typings/index.d.ts vendored
View File

@@ -2317,7 +2317,6 @@ export class WebEmbed {
public constructor(data?: WebEmbedOptions);
public author: MessageEmbedAuthor | null;
public baseURL: string | undefined;
public shortenAPI: string | undefined;
public color: number | null;
public description: string | null;
public image: MessageEmbedImage | null;