$minutes
This function returns the current minutes of the hour.
Example
<AoiClient>.addCommand({
name: "getMinutes",
code: `
$minutes
`,
});
This function returns the current minutes of the hour.
<AoiClient>.addCommand({
name: "getMinutes",
code: `
$minutes
`,
});