Ticket Bot is a discord ticket bot with buttons / select menu made with Discord.js v14
You need to have Node.JS 16+
git clone https://github.com/Xiaotoxdev/ticket-bot.git
cd ticket-bot
npm i
//config.js
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