This repository contains multiple Discord bot modules, each in its own directory with detailed documentation. The project aims to provide a collection of useful, customizable bots for Discord servers, including ticket management, welcome automation, and more features to be added in the future.
/Ticket-with-button-main: Support ticket bot with interactive buttons for creating and managing tickets./Welcome-Bot: Automated welcome bot that greets new members with custom images.
Each directory has its own README.md explaining its contents in detail.
Follow these steps to set up the entire project:
- Clone the repository:
git clone <repo-url> cd Discord-Bot-Project
- Install dependencies (if any):
npm install
- Refer to individual module README.md files for module-specific setup and configuration.
To run or use the project, refer to the module-specific README files for detailed instructions and usage examples.
- Modular structure for easy addition of new bots
- Ticket management with buttons
- Automated welcome messages with custom images
- Extensible for future Discord bot features
- Discord.js (v13+)
- Node.js
- QuickDB (for ticket bot)
Contributions are welcome! Please see the CONTRIBUTING.md file for guidelines on how to contribute, report issues, or request features.
This project is licensed under the Apache License 2.0. See the LICENSE file in the main directory for details.
For detailed documentation, visit the README.md files in each directory.