Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 510 Bytes

readme.md

File metadata and controls

30 lines (24 loc) · 510 Bytes

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 ⭐!