+ Last check: {new Date(botHealth.timestamp).toLocaleTimeString()} +
+ )} +Bot Status
-Online
+Bot Status
++ {botHealth ? (botHealth.status === "online" ? "🟢 Online" : "🔴 Offline") : "..."} +
Linked Accounts
+Guilds
- {mappings.length > 0 ? "Active" : "0"} + {botHealth?.guilds ?? "—"}
Role Mappings
+Commands
- {mappings.length} + {botHealth?.commands ?? "—"}
Servers
-6
+Uptime
++ {botHealth ? formatUptime(botHealth.uptime) : "—"} +