Skip to content

$ram

$ram will return the RAM usage of your bot.

Usage

$ram

Example(s)

This will return the RAM usage and the available amount of RAM:

1
client.command({
2
name: "ram",
3
code: `
4
I'm currently using \`$ram%\` out of \`$maxRam%\`!
5
`
6
});