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