diff --git a/apps/bot/src/textCommands/shardinfo.ts b/apps/bot/src/textCommands/shardinfo.ts index c78cda0..8c19714 100644 --- a/apps/bot/src/textCommands/shardinfo.ts +++ b/apps/bot/src/textCommands/shardinfo.ts @@ -54,6 +54,7 @@ export default class ShardInfoCommand extends TextCommand { .length.toLocaleString()} shards\n` + ` | Status | Guilds | Latency | Uptime | Recordings | RWA\n` + res + .sort((a, b) => a.id - b.id) .map( (shard) => `${shard.id === parseInt(process.env.SHARD_ID!) ? '>' : ' '} [${shard.id.toString().padStart(3, ' ')}]: ${(