Ticket Bot is a discord ticket bot with buttons made with Discord.js v13
git clone https://github.com/Sayrix/ticket-bot
cd ticket-bot
npm i
//config.json
{
"clientId": "id of the bot",
"parentOpened": "id of the category when a ticket is opened",
"parentTransactions": "id of the category when a ticket is an ticket transaction",
"parentJeux": "id of the category when a ticket is an ticket jeux",
"parentAutres": "id of the category when a ticket is an ticket autres",
"roleSupport": "id of the role support",
"logsTicket": "id of the channel of ticket logs",
"ticketChannel": "id of the channel where is sended the embed to create a ticket",
"footerText": "the footer of the embeds"
}
//token.json
{
"token": "token of your discord bot"
}