Skip to content

t3mq/TicketBot

Repository files navigation

Ticket Bot

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

How to install ?

You need to have Node.JS 16+

git clone https://github.com/Xiaotoxdev/TicketBot.git
cd ticket-bot
npm i

How to config ?

//config.json
{
    "token": "",
    "parent": "",
    "roleStaffId": "",
    "logChannel": ""
}

How to start ?

node index.js # To start the ticket-bot

Many thanks to the people who will put a ⭐!