Skip to content

$day

$day will return the day of the month.

Usage

$day

Example(s)

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

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