$maxRam
$maxRam will return the bot’s maximum amount of Ram.
Usage
$maxRamExample(s)
This will return your bot’s maximum amount of available Ram:
1client.command({2 name: "maxRam",3 code: `4 $maxRam5 `6});$maxRam will return the bot’s maximum amount of Ram.
$maxRamThis will return your bot’s maximum amount of available Ram:
1client.command({2 name: "maxRam",3 code: `4 $maxRam5 `6});