Skip to content

Ticket Bot is a discord ticket bot with buttons / select menu made with Discord.js v14

License

Notifications You must be signed in to change notification settings

t3mq/Ticket-Bot-V14

Repository files navigation

Ticket Bot

Ticket Bot is a discord ticket bot with buttons / select menu made with Discord.js v14

How to install ?

You need to have Node.JS 18+

git clone https://github.com/ZqxDev/Ticket-Bot-V14.git
cd Ticket-Bot-V14
npm i

How to config ?

//./settings/config

module.exports = {
    token: "TOKEN_BOT",
    ticket_channel: "CHANNEL_ID",
    ticket_category: "CATEGORY_ID",
    ticket_logs: "CHANNEL_ID",
    support_team: "ROLE_ID"
}

How to start ?

node index.js # To start the ticket-bot

Many thanks to the people who will put a ⭐!