From 478857e8c61b80d3e8da4bce819358c7ecc27e6f Mon Sep 17 00:00:00 2001 From: Ske Date: Thu, 29 Apr 2021 11:14:04 +0200 Subject: [PATCH] Format guild count in activity properly Signed-off-by: Ske --- PluralKit.Bot/Bot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluralKit.Bot/Bot.cs b/PluralKit.Bot/Bot.cs index 550c8d48..f9328af4 100644 --- a/PluralKit.Bot/Bot.cs +++ b/PluralKit.Bot/Bot.cs @@ -285,7 +285,7 @@ namespace PluralKit.Bot { new ActivityPartial { - Name = $"pk;help | in {totalGuilds} servers | shard #{shard.ShardInfo?.ShardId}", + Name = $"pk;help | in {totalGuilds:N0} servers | shard #{shard.ShardInfo?.ShardId}", Type = ActivityType.Game, Url = "https://pluralkit.me/" }