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