mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Format guild count in activity properly
Signed-off-by: Ske <voltasalt@gmail.com>
This commit is contained in:
parent
2e3d771059
commit
478857e8c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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/"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue