Skip to content

$date

$date will return the day of the month.

Usage

$date

Example(s)

This will return day of the month, for example, 28:

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