mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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;
|
||||
description?: string;
|
||||
url?: string;
|
||||
timestamp?: string;
|
||||
timestamp?: string | number | Date;
|
||||
color?: number;
|
||||
footer?: EmbedFooterData;
|
||||
image?: EmbedImageData;
|
||||
|
||||
Reference in New Issue
Block a user