$ram

Returns the client's ram usage.

Usage

$ram

Example

bot.commands.add({
    type: "basicCommand",
    name: "example",
    code: `RAM: $ram`
})

Last updated