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