$readyTimestamp

Returns the timestamp when the client was last ready, in milliseconds.

Usage

$readyTimestamp

Example

bot.commands.add({
    type: "basicCommand",
    name: "example",
    code: `I've been online since <t:$round[$divide[$readyTimestamp;1000];0]:f> (<t:$round[$divide[$readyTimestamp;1000];0]:R>)!`
})

Last updated