Skip to content

Commit

Permalink
Changed back to string | Date
Browse files Browse the repository at this point in the history
Stop devs gettings loads of errors if they have already been passing strings not dates
  • Loading branch information
oathompsonjones committed Dec 3, 2019
1 parent 4f32289 commit 1ad6f0e
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?: Date;
timestamp?: string | Date;
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 1ad6f0e

Please sign in to comment.