Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 1.28 KB

README.md

File metadata and controls

52 lines (27 loc) · 1.28 KB

Note

This website is in development use with caution. Check the github for updates

🌐 Next.js Discord Bot Webpanel

🚀 Features

  • 📊 Dashboard Overview: Get a clear overview of your Discord bot's activity, server stats, and more.

  • 🔧 Server & Bot Configuration: Configure the bot settings in the webpanel.

  • 👥 User Management: Manage user roles, permissions, and actions directly from the web interface.

  • 🎁 Giveaway Management: Set up and manage giveaways.

  • 📅 Scheduling & Events: Schedule events, reminders, or automate tasks right from the web panel.

Installation

To set up the project locally, follow these steps:

Get NodeJS

Clone the repository:

git clone https://github.com/jke-cs/discord-bot-webpanel.git

cd discord-bot-webpanel

Install dependencies:

npm install

Run the development server:

npm run dev

Navigate to http://localhost:3000 to explore the web panel!

🤝 We welcome contributions to improve this project!