diff --git a/src/dashboard/index.ts b/src/dashboard/index.ts index 5eb9d2e1..0d8c16ec 100644 --- a/src/dashboard/index.ts +++ b/src/dashboard/index.ts @@ -109,9 +109,17 @@ export default async function createDashboard(bot: AeonaBot) { //@ts-expect-error storage: new DBD.Handler(), customThemeOptions: { + //@ts-expect-error + info: async ({ config }) => { + return { + useUnderMaintenance: true, + ownerIDs: [], + blacklistIDs: [], + premiumCard: true, + }; + }, index: async ({ req, res, config }) => { return { - values: [], graph: {}, cards: [], }; @@ -131,6 +139,19 @@ export default async function createDashboard(bot: AeonaBot) { alignCenter: true, }, }, + locales: { + enUS: { + name: 'English', + index: { + card: { + image: 'https://aeonabot.xyz/logo.webp', + category: 'Aeona-index', + title: 'Aeona Dashboard', + description: 'The quickest and easiest way to manage Aeona', + }, + }, + }, + }, index: { graph: { enabled: false,