Update index.d.ts

This commit is contained in:
John Marlo
2022-04-01 19:01:39 +08:00
committed by GitHub
parent 3cd243a50f
commit 3d4fc9d518

2
typings/index.d.ts vendored
View File

@@ -5264,7 +5264,7 @@ export interface MessageOptions {
tts?: boolean;
nonce?: string | number;
content?: string | null;
embeds?: (WebEmbed)[];
embeds?: (WebEmbed | MessageEmbedOptions | APIEmbed)[];
components?: (MessageActionRow | (Required<BaseMessageComponentOptions> & MessageActionRowOptions))[];
allowedMentions?: MessageMentionOptions;
files?: (FileOptions | BufferResolvable | Stream | MessageAttachment)[];