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