Use current time in timestamp

This commit is contained in:
Lorem Ipsum 2021-01-07 20:16:12 +00:00
parent 868edf7cbf
commit 5852979a68
3 changed files with 1 additions and 1 deletions

View file

@ -15,7 +15,7 @@ var activeFields, colNum = 1, num = 0,
title: "Hello ~~people~~ world :wave:",
description: "You can use [links](https://discord.com) or emojis :smile: 😎\n```\nAnd also code blocks\n```",
color: 4321431,
timestamp: "2020-12-08T13:37:35.401Z",
timestamp: new Date().toISOString(),
url: "https://discord.com",
author: {
name: "Author name",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 KiB

After

Width:  |  Height:  |  Size: 235 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 KiB