Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 617 Bytes

readme.md

File metadata and controls

33 lines (25 loc) · 617 Bytes

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 16+

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

How to config ?

//config.js

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