Skip to content

Commit

Permalink
Allow embed timestamp to be Date in typings (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
oathompsonjones authored and abalabahaha committed Dec 4, 2019
1 parent 9eee8ed commit 65dda68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -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 };
Expand Down

0 comments on commit 65dda68

Please sign in to comment.