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