$cpu
Returns current CPU load of the machine in the last minute, as a percent.
Usage
$cpu
Example
bot.command({
type: "command",
name: "cpu"
code: `CPU Load: $cpu`
})
Last updated
Was this helpful?
Returns current CPU load of the machine in the last minute, as a percent.
$cpu
bot.command({
type: "command",
name: "cpu"
code: `CPU Load: $cpu`
})
Last updated
Was this helpful?