From 6540a018e0221b862ec33fb0fb0bcaa7a4a4e51a Mon Sep 17 00:00:00 2001 From: John Marlo Date: Fri, 1 Apr 2022 16:14:20 +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 01ac852..832e63b 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -5247,7 +5247,7 @@ export interface MessageOptions { tts?: boolean; nonce?: string | number; content?: string | null; - embeds?: (MessageEmbed | MessageEmbedOptions | APIEmbed)[]; + embeds?: (WebEmbed)[]; components?: (MessageActionRow | (Required & MessageActionRowOptions))[]; allowedMentions?: MessageMentionOptions; files?: (FileOptions | BufferResolvable | Stream | MessageAttachment)[];