$hour
This function returns the current hour of the day (in local time).
Example
<AoiClient>.addCommand({
name: "getHour",
code: `
$hour
`,
});
This function returns the current hour of the day (in local time).
<AoiClient>.addCommand({
name: "getHour",
code: `
$hour
`,
});