feat(dash): Revamp dashboard UI with glassmorphism and real bot data

This commit is contained in:
syntaxbullet
2026-01-08 20:58:57 +01:00
parent 8ebaf7b4ee
commit fff90804c0
14 changed files with 376 additions and 213 deletions

View File

@@ -78,6 +78,7 @@ export async function createWebServer(config: WebServerConfig = {}): Promise<Web
]);
const stats = {
bot: clientStats.bot,
guilds: {
count: clientStats.guilds,
},