mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
Fixed info using heapTotal
for both values.
This commit is contained in:
parent
74d36e36b2
commit
a21ed7a97f
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export default new Command({
|
|||
`\u3000 • Speed: ${core.speed}MHz`,
|
||||
`**❯ Memory:**`,
|
||||
`\u3000 • Total: ${formatBytes(process.memoryUsage().heapTotal)}`,
|
||||
`\u3000 • Used: ${formatBytes(process.memoryUsage().heapTotal)}`
|
||||
`\u3000 • Used: ${formatBytes(process.memoryUsage().heapUsed)}`
|
||||
])
|
||||
.setTimestamp();
|
||||
$.channel.send(embed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue