🎫 Discord Modals Simple Ticket Bot
Find a file
2025-10-17 05:43:13 +03:00
src Update config.js 2025-07-03 20:16:50 +03:00
LICENSE Update LICENSE 2025-03-11 14:29:53 +03:00
package.json Update package.json 2025-10-17 05:43:13 +03:00
README.md Update README.md 2025-07-04 13:02:29 +03:00

🎫 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.