Discord ticket bot using Component V2
- I have seen a lot of discord ticket bot in a lot of language, all of them are good. However, I've never seen a discord ticket bot that use the new Component V2 from Discord, this project is a example of how to use it.
- In my views, I think this is the first discord ticket bot ever on github that use COMPONENT V2. (i'm not sure, hopefully i am right)
- Component V2 embed
- SQLite database handling
- HTML Transcript logging
- Still interactable after restart
- Support team commands & permissions
- Ticket blacklist/unblacklist for certain user
- Slash commands support
- Multiplite ticket types
-
Ensure you have downloaded Node.JS
-
Clone/Download this repository
-
Open CMD in the source folder
Installing the dependencies
npm install
-
Open
config/config.jsonand fill out your configuration
{
"token": "",
"clientId": "",
"guildId": "",
"color": "#FFAD63",
"ticketCategoryId": "",
"supportRoleId": "",
"loggingChannelId": ""
} -
Getting the bot to run
Start the bot
npm start
- 15⭐ : Global discord bot, meaning you can make anyone add your bot to their server and user just like the bot "Ticket Tool"
- I usually post useful source code (this one for example) for free and maintain them, all donation are appreciated.
-
LTC: LZ1zGtLfSrHSjG9PeJb9dUvq6QfrYn8kuK
-
BTC: bc1qvx808xy5jze5ll3mz9zrjs7vtpfm2ddg5ucmdx
-
ETH: 0x282Bb1fF5b2436af1f1089F7227b251a4685d920
- This project is licensed under the MIT License, you can modify/copy/edit this source code and I will not be responsible for what you do.