$maxRam

This function returns the maximum amount of RAM (memory) allocated to the current shard of your bot. It's helpful for monitoring resource usage and potentially optimizing performance.

Usage

Simply use the function in your code:

$maxRam

This will return the maximum RAM available to your bot's shard, typically expressed in mega bytes.

Example:

If the function returns 1024, it means your shard has a maximum of 1GB of RAM available.