This is a Next.js project bootstrapped with create-next-app
.
Zuffer is a custom Discord bot builder that allows you to create a personalized event management bot. With Zuffer, you can send custom template-based welcome messages, create channels, send embeds, and manage slash commands effortlessly.
Before you begin, ensure you have the following installed:
First, clone the repository:
git clone https://www.github.com/muzaffarmhd/zuffer/
Navigate to the project directory:
cd embed/
Install the dependencies:
npm install
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Welcomer: Send custom template-based welcome messages to new members.
- Embed Sender: Create and send rich embeds to your Discord channels.
- Channel Creator: Easily create new channels within your Discord server.
- Slash Commands: Manage and execute custom slash commands.
To send a welcome message, configure the Welcomer
component in your bot settings. Customize the message template to suit your needs.
Use the Channel Creator
feature to create new channels. Specify the channel name and type, and the bot will handle the rest.
Utilize the Embed Sender
to create rich embeds. Customize the embed content, color, and other properties before sending it to a channel.
Configure and manage slash commands through the Slash Commands
feature. Define custom commands and their respective actions.
Zuffer is licensed under the GPL-3.0 License. If you use this code, you must make your code public as well. We welcome all contributions to improve Zuffer. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
Thank you for your contributions!