$platform
This function retrieves the operating system platform using the os module.
Example
<AoiClient>.addCommand({
name: "misc",
code: `
$platform
`,
});
This function retrieves the operating system platform using the os module.
<AoiClient>.addCommand({
name: "misc",
code: `
$platform
`,
});