Skip to content

Commit

Permalink
types(embed): fix timestamp allowed types (#7470)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImRodry committed Feb 16, 2022
1 parent d2bc9d4 commit 7959a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7959a68

Please sign in to comment.