Skip to content
forked from Sayrix/Ticket-Bot

Discord ticket bot with buttons made with Discord.js v13

License

Notifications You must be signed in to change notification settings

Hyenz/ticket-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ticket Bot

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

How to install ?

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

How to config ?

//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"
}

Many thanks to the people who will put a ⭐!

About

Discord ticket bot with buttons made with Discord.js v13

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%