$readyTimestamp
$readyTimestamp will return the timestamp of when the bot was ready.
Usage
$readyTimestampExample(s)
This will return the last time your bot started/was ready:
1client.command({2    name: "readyTimestamp",3    code: `4  $readyTimestamp5  `6});