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