Skip to content

$month

$month will return the current month.

Usage

$month

Example(s)

This will returns the current month:

1
client.command({
2
name: "month",
3
code: `
4
$month
5
`
6
});