fix: add thousands separator to status
This commit is contained in:
parent
681aaa8254
commit
cbb07f9cc3
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ public class StatusUpdateService(ILogger logger, ShardedGatewayClient shardedCli
|
|||
|
||||
private UpdatePresence PresenceFor(int shardId)
|
||||
{
|
||||
var status = $"/catalogger help | in {CataloggerMetrics.GuildsCached.Value} servers";
|
||||
var status = $"/catalogger help | in {CataloggerMetrics.GuildsCached.Value:N0} servers";
|
||||
|
||||
if (shardedClient.TotalShards != 1)
|
||||
status += $" | shard {shardId + 1}/{shardedClient.TotalShards}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue