$month will return the current month.
$month
This will returns the current month:
1client.command({2 name: "month",3 code: `4 $month5 `6});