From 3d4fc9d518865f8fa70777c259abc614b1da0f41 Mon Sep 17 00:00:00 2001 From: John Marlo Date: Fri, 1 Apr 2022 19:01:39 +0800 Subject: [PATCH] Update index.d.ts --- typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index fee26d0..82e0842 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -5264,7 +5264,7 @@ export interface MessageOptions { tts?: boolean; nonce?: string | number; content?: string | null; - embeds?: (WebEmbed)[]; + embeds?: (WebEmbed | MessageEmbedOptions | APIEmbed)[]; components?: (MessageActionRow | (Required & MessageActionRowOptions))[]; allowedMentions?: MessageMentionOptions; files?: (FileOptions | BufferResolvable | Stream | MessageAttachment)[];