From 0d8ac2a57cf3f295393f3e48f5242c4df0ee3e4f Mon Sep 17 00:00:00 2001 From: Cinnamon <71698422+aiko-chan-ai@users.noreply.github.com> Date: Mon, 27 Jun 2022 14:00:05 +0700 Subject: [PATCH] fix(typing) WebEmbed --- typings/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index 83a53b1..c4be9f6 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1858,6 +1858,8 @@ export class MessageEmbed { 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;