$nodeVersion
This function retrieves the Node.js version using the process module.
Example
<AoiClient>.addCommand({
name: "misc",
code: `
$nodeVersion
`,
});
This function retrieves the Node.js version using the process module.
<AoiClient>.addCommand({
name: "misc",
code: `
$nodeVersion
`,
});