Format guild count in activity properly
Signed-off-by: Ske <voltasalt@gmail.com>
This commit is contained in:
parent
2e3d771059
commit
478857e8c6
@ -285,7 +285,7 @@ namespace PluralKit.Bot
|
|||||||
{
|
{
|
||||||
new ActivityPartial
|
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,
|
Type = ActivityType.Game,
|
||||||
Url = "https://pluralkit.me/"
|
Url = "https://pluralkit.me/"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user