diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index b9d045238..c2b0a9aac 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -484,7 +484,7 @@ export interface EmbedData { type?: EmbedType; description?: string; url?: string; - timestamp?: string; + timestamp?: string | number | Date; color?: number; footer?: EmbedFooterData; image?: EmbedImageData;