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