ClusterStats
Cluster stats.
Type
Properties
| PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
|---|---|---|---|---|
| id | number | ❌ | null | Cluster id. |
| guilds | number | ❌ | null | Total number of guilds in this cluster. |
| largeGuilds | number | ❌ | null | Total number of guilds (considered large by discord) in this cluster. |
| exclusiveGuilds | number | ❌ | null | Total number of guilds (that only have this bot) in this cluster. |
| users | number | ❌ | null | Total number of users in this cluster. |
| uptime | number | null | ❌ | null | How long since the client has entered READY state in milliseconds. |
| mem | ClusterMem | ❌ | null | Memory usage info in bytes. |
| shards | ShardStats[] | ❌ | null | Shard stats. |