A Modern Discord bot Dashboard Template
This project has been deprecated and users are now recommended to use discord-bot-dashboard-next instead. This modern Discord bot project is built using TypeScript, Vite 3, React 18, and Chakra UI 2.0. It supports both light and dark themes, as well as multi-language support using i18n. The project also offers TypeScript support, a nice UI and UX, and fast performance. It is flexible and customizable, with detailed documentation available. A live demo can be accessed at the provided URL. The project currently supports only the “Welcome message” feature and the API may experience occasional downtime.
To install the theme, you need to follow these steps:
git clone https://github.com/SonMooSans/discord-bot-dashboard-2.git.npm installpnpm installyarn installsrc/views/dashboard - User Dashboard: Customize states about the users.src/views/home - Home page: Introduce your bot.src/views/guild - Guild Dashboard: Customize guild features and actions.src/config/types/custom-types.ts.CustomFeatures to define features and options.src/config/features to see how a feature is configured.useRender property is used to render the Feature Configuration Panel.src/config/common.tsx.VITE_API_ENDPOINT environment variable.src/api/bot.ts (default: http://localhost:8080).npm run dev (or the appropriate command for your package manager).In summary, this project is a modern Discord bot built using TypeScript, Vite, React, and Chakra UI. It offers support for light and dark themes, multi-language support, and a customizable dashboard. The project is well-documented and supports features such as the “Welcome message”. It provides a nice UI and fast performance, making it a suitable choice for creating Discord bots. However, it is important to note that the project has been deprecated and users are advised to use the discord-bot-dashboard-next project instead.