$uptime
This function retrieves the system uptime in seconds using the process module.
Example
<AoiClient>.addCommand({
name: "misc",
code: `
$uptime
`,
});
This function retrieves the system uptime in seconds using the process module.
<AoiClient>.addCommand({
name: "misc",
code: `
$uptime
`,
});