| src | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
🎫 Discord Ticket Bot
This is a bot infrastructure I created in my spare time. Initially, I made it for my own server, but I decided to share it with the community in hopes that it will be useful to others. Happy coding!
📝 Changelog
Version 0.0.3 (July 3, 2025)
- Added support for ticket creation with and without modals
- Updated discord.js to version 14.21.0
- Optimized codebase and removed redundant code structures
- Enhanced error handling and logging system
- Improved code organization and efficiency
🚀 Setup Guide
Now, there's a video tutorial to help you set up the bot! Watch it here: YouTube
Prerequisites
📌 You must have Node.js installed on your computer. If you haven't installed it yet, download it from here.
Installation Steps
1️⃣ Open a terminal and run:
npm install -g yarn
This will install Yarn globally.
2️⃣ Navigate to the bot's directory, open a terminal, and install the required modules:
yarn install
3️⃣ Open the config.js file and fill in the necessary details.
4️⃣ Once everything is set up, start the bot by running:
node src/index.js
Alternatively, you can create a .bat file with the command above to start the bot without opening a terminal.