Update index.d.ts
This commit is contained in:
parent
3cd243a50f
commit
3d4fc9d518
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@ -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)[];
|
||||
|
Loading…
Reference in New Issue
Block a user