$date
$date
will return the day of the month.
Usage
$date
Example(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.
$date
This will return day of the month, for example, 28
:
1client.command({2 name: "date",3 code: `4 $date5 `6});