Adds a timestamp to the embed.
Last updated 2 years ago
$addTimestamp[index;ms]
This function has two params.
index
Index of the embed to add this timestamp to.
Integer
Yes
ms
The milliseconds to set the timestamp to (current time by default).
No
bot.commands.add({ type: "basicCommand", name: "example", code: `$description[1;This embed has a timestamp!] $addTimestamp[1]` })