Format guild count in activity properly

Signed-off-by: Ske <voltasalt@gmail.com>
This commit is contained in:
Ske 2021-04-29 11:14:04 +02:00
parent 2e3d771059
commit 478857e8c6

View File

@ -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/"
}