diff --git a/commands/message/core/stats.js b/commands/message/core/stats.js index 52db8b3..86a4152 100644 --- a/commands/message/core/stats.js +++ b/commands/message/core/stats.js @@ -78,9 +78,9 @@ module.exports = { if(applicationMetadata?.body?.approximate_user_install_count) display.push( `${iconPill("user", "Installations")} ${highlight(` ${applicationMetadata?.body?.approximate_user_install_count} `)}` ) - + display = [ - ...display + ...display, `${iconPill("robot", "Shard ")} ${highlight(` ${context.shardId + 1}/${context.manager.cluster.shardCount} `)}`, `${iconPill("latency", "Memory Usage ")} ${highlight(` ${Math.round(formatted.usage / 1024 / 1024)}MB `)}`, `${iconPill("clock", "Uptime ")} ${highlight(` ${format(process.uptime())} `)}`,