Skip to content

$datestamp

$datestamp will return the day in MS.

Usage

$datestamp

Example(s)

This will return day of the month, in MS ( we’re using $humanizeMS to make it readable ):

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