isHovering = !isHovering} class="shard" id={shard.id.toString()} style={color} >{ shard.id }
{#if isHovering}

Shard { shard.id }


Status: { shard.status }
Latency: { shard.ping }ms
Last connection: { new Date(shard.last_connection).toUTCString().match(/([0-9][0-9]:[0-9][0-9]:[0-9][0-9])/)?.shift() }
Last heartbeat: { new Date(shard.last_heartbeat).toUTCString().match(/([0-9][0-9]:[0-9][0-9]:[0-9][0-9])/)?.shift() }

{/if}