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
Last connection: { new Date(foundShard.last_connection).toUTCString()?.match(/([0-9][0-9]:[0-9][0-9]:[0-9][0-9])/)?.shift() }
Last heartbeat: { new Date(foundShard.last_heartbeat).toUTCString().match(/([0-9][0-9]:[0-9][0-9]:[0-9][0-9])/)?.shift() }
{/if}


Shard status

{ message } {#each shards as shard} {/each}