$cpu

Returns the client's CPU.

Usage

$cpu

Example

bot.commands.add({
  type: "basicCommand",
  name: "cpu",
  code: `CPU: $cpu`
})

Last updated