Discord ticket bot system for your server using nodeJS
Commands are !setcategory categoryId sets a category under which ticket channels would appear, should be used before any other commands
!createmsg message creates a message under which you can create a ticket by reaction to it
!delticket deletes a ticket, this command should be used in a ticket channel
!c claims a ticket(hides it from other users)
if you are unfimiliar with discord bots. Look up how to setup a discord bot token and more. You will need to also find a way to host it yourself via your own host PC or other ways.
You can add your bot token to the config file and also are able to customize other things easily such as the prefix for the bot. Enjoy!