feat(dash): Revamp dashboard UI with glassmorphism and real bot data
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import { useState, useEffect } from "react";
|
||||
|
||||
interface DashboardStats {
|
||||
bot: {
|
||||
name: string;
|
||||
avatarUrl: string | null;
|
||||
};
|
||||
guilds: {
|
||||
count: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user