- Find my shard
-
- Enter a server ID or a message link to find the shard currently assigned to your server:
-
-
-
- { shardInfoMsg }
+
+
+ { shards.length } shards ({ shards.filter(x => x.status == "up").length } up)
+
+
+ Average latency: { pingAverage }ms
+
+
+ More statistics available at https://stats.pluralkit.me
+
+
+
+ Find my shard
+ Enter a server ID or a message link to find the shard currently assigned to your server
+
+
+ {#if shardInfoMsg || foundShard}
+
+
+
+ {#if shardInfoMsg}
+ {shardInfoMsg}
+ {/if}
+ {#if foundShard}
+ Your shard is: Shard { foundShard.id }
+ {/if}
+
+
+
{#if valid}
- Your shard is: Shard { foundShard.id }
-
+
Status: { foundShard.status }
Latency: { foundShard.ping }ms
Disconnection count: { foundShard.disconnection_count }
- Last connection: { foundShard.last_connection }
- Last heartbeat: { foundShard.last_heartbeat }
+ Last connection: { foundShard.last_connection } UTC
+ Last heartbeat: { foundShard.last_heartbeat } UTC
+
+ {/if}
+
{/if}
-