Skip to content

$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:

1
client.command({
2
name: "readyTimestamp",
3
code: `
4
$readyTimestamp
5
`
6
});