Returns the client's CPU.
$cpu
bot.commands.add({ type: "basicCommand", name: "cpu", code: `CPU: $cpu` })
Last updated 2 years ago