Bot status
{@html currentCommitMsg}
{ shards.length } shards ({ shards.filter(x => x.status == "up").length } up)
Average latency: { pingAverage }ms

All times in UTC. 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:


{ shardInfoMsg } {#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 }
{/if}
{#if Object.keys(clusters).length == 0 && shards.length > 0} { message } {#each shards as shard} {/each} {/if} {#each Object.keys(clusters) as key} Cluster {key}
{#each clusters[key] as shard} {/each}
{/each}