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