$date
$date will return the day of the month.
Usage
$dateExample(s)
This will return day of the month, for example, 28:
1client.command({2 name: "date",3 code: `4 $date5 `6});$date will return the day of the month.
$dateThis will return day of the month, for example, 28:
1client.command({2 name: "date",3 code: `4 $date5 `6});