Ticket Bot is a discord ticket bot with buttons / select menu made with Discord.js v14
You need to have Node.JS 18+
git clone https://github.com/ZqxDev/Ticket-Bot-V14.git
cd Ticket-Bot-V14
npm i
//./settings/config
module.exports = {
token: "TOKEN_BOT",
ticket_channel: "CHANNEL_ID",
ticket_category: "CATEGORY_ID",
ticket_logs: "CHANNEL_ID",
support_team: "ROLE_ID"
}
node index.js # To start the ticket-bot