mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
types(embed): fix timestamp allowed types (#7470)
This commit is contained in:
2
packages/discord.js/typings/index.d.ts
vendored
2
packages/discord.js/typings/index.d.ts
vendored
@@ -484,7 +484,7 @@ export interface EmbedData {
|
|||||||
type?: EmbedType;
|
type?: EmbedType;
|
||||||
description?: string;
|
description?: string;
|
||||||
url?: string;
|
url?: string;
|
||||||
timestamp?: string;
|
timestamp?: string | number | Date;
|
||||||
color?: number;
|
color?: number;
|
||||||
footer?: EmbedFooterData;
|
footer?: EmbedFooterData;
|
||||||
image?: EmbedImageData;
|
image?: EmbedImageData;
|
||||||
|
|||||||
Reference in New Issue
Block a user