$maxRam
$maxRam
will return the bot’s maximum amount of Ram.
Usage
$maxRam
Example(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.
$maxRam
This will return your bot’s maximum amount of available Ram:
1client.command({2 name: "maxRam",3 code: `4 $maxRam5 `6});