$ram will return the RAM usage of your bot.
$ram
This will return the RAM usage and the available amount of RAM:
1client.command({2 name: "ram",3 code: `4 I'm currently using \`$ram%\` out of \`$maxRam%\`!5 `6});