mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: show total shards from cluster configuration if present
This commit is contained in:
parent
ae543b9c18
commit
857e20b601
2 changed files with 2 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ public class BotConfig
|
|||
|
||||
public record ClusterSettings
|
||||
{
|
||||
// this is zero-indexed
|
||||
public string NodeName { get; set; }
|
||||
public int TotalShards { get; set; }
|
||||
public int TotalNodes { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue