$addTimestamp
Adds a timestamp to the embed.
Usage
$addTimestamp[index;ms]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$description[1;This embed has a timestamp!]
$addTimestamp[1]`
})
Last updated
Was this helpful?