Stats

Live bot stats and player activity.

This page refreshes from your bot stats endpoint, showing server count, users, active players, uptime, ping, queue and shard health.

Stats Waiting

Aradhyah live control room

Syncing

Uptime

Loading

Latency

0 ms

Shard

0/0

Queue

0

0

Servers

0

Users

0

Active Players

0

Queued Tracks

The fetching API

The stats above are loaded by calling this endpoint from the browser.

Endpoint

/api/bot-stats

Fetch call

const response = await fetch("/api/bot-stats", { cache: "no-store" });
const stats = await response.json();
console.log(stats);

Live JSON response

Syncing
null