Skip to content

Commit

Permalink
chore(bot): update process titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Jan 15, 2025
1 parent 56b346e commit 70b6db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bot/src/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export async function connect() {
}

process.title = `${botName} - ${
process.env.SHARD_ID ? `Shard ${process.env.SHARD_ID}/${process.env.SHARD_COUNT}` : `${client.bot.shards.size} shard(s)`
process.env.SHARD_ID ? `Shard #${process.env.SHARD_ID} (of ${process.env.SHARD_COUNT})` : `${client.bot.shards.size} shard(s)`
}`;
}

Expand Down

0 comments on commit 70b6db2

Please sign in to comment.