fix comma

This commit is contained in:
big nutty 2024-08-06 23:37:45 +00:00
parent 775edf5202
commit 37a023dc9b

View file

@ -80,7 +80,7 @@ module.exports = {
) )
display = [ display = [
...display ...display,
`${iconPill("robot", "Shard ")} ${highlight(` ${context.shardId + 1}/${context.manager.cluster.shardCount} `)}`, `${iconPill("robot", "Shard ")} ${highlight(` ${context.shardId + 1}/${context.manager.cluster.shardCount} `)}`,
`${iconPill("latency", "Memory Usage ")} ${highlight(` ${Math.round(formatted.usage / 1024 / 1024)}MB `)}`, `${iconPill("latency", "Memory Usage ")} ${highlight(` ${Math.round(formatted.usage / 1024 / 1024)}MB `)}`,
`${iconPill("clock", "Uptime ")} ${highlight(` ${format(process.uptime())} `)}`, `${iconPill("clock", "Uptime ")} ${highlight(` ${format(process.uptime())} `)}`,