From 65dda683fe41808c64bacf79741ac28086ea64a6 Mon Sep 17 00:00:00 2001 From: Ollie Jones <35707991+oathompsonjones@users.noreply.github.com> Date: Wed, 4 Dec 2019 07:08:06 +0000 Subject: [PATCH] Allow embed timestamp to be Date in typings (#587) --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index f48b4b1c0..dfeb93f2f 100644 --- a/index.d.ts +++ b/index.d.ts @@ -316,7 +316,7 @@ declare namespace Eris { title?: string; description?: string; url?: string; - timestamp?: string; + timestamp?: Date | string; color?: number; footer?: { text: string; icon_url?: string; proxy_icon_url?: string }; image?: { url?: string; proxy_url?: string; height?: number; width?: number };