$day
$day will return the day of the month.
Usage
$dayExample(s)
This will return day of the month, for example, thursday:
1client.command({2 name: "day",3 code: `4 Today is: $day5 `6});$day will return the day of the month.
$dayThis will return day of the month, for example, thursday:
1client.command({2 name: "day",3 code: `4 Today is: $day5 `6});