Skip to content

$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:

1
client.command({
2
name: "maxRam",
3
code: `
4
$maxRam
5
`
6
});