Skip to content

Commit

Permalink
Swap around Date and string
Browse files Browse the repository at this point in the history
Co-Authored-By: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
  • Loading branch information
oathompsonjones and Skillz4Killz committed Dec 3, 2019
1 parent 1ad6f0e commit 8b01402
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 | Date;
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 8b01402

Please sign in to comment.