diff --git a/commands/General/stats.js b/commands/General/stats.js index c91f8207..f7e8001e 100644 --- a/commands/General/stats.js +++ b/commands/General/stats.js @@ -54,7 +54,7 @@ class Stats extends BaseCommand { }, { name: client.customEmojis.ram + " " + interaction.translate("general/stats:RAM_TITLE"), - value: `\`${(process.memoryUsage().heapUsed / 1024 / 1024).toFixed(2)}MB\``, + value: `\`${Math.floor(process.memoryUsage().heapUsed / 1024 / 1024)}MB\``, inline: true, }, {