Gets current timestamp since 1970 in milliseconds.
$getTimestamp
bot.commands.add({ type: "basicCommand", name: "example", code: `Current Timestamp is $getTimestamp` //Returns "Current Timestamp is 1635384460315" })
Last updated 3 years ago