This bot was made for a client with the request of `A general ticket bot`, so I made this for them. It allows for up to 5 types of tickets to be made, each with up to 5 questions (asked in modals). Each ticket can be claimed by anyone who either has a role listed in the config under claim, or that has a role which is listed in the config, although to claim, they also need to be able to see the tickets via viewTickets. On top of that, there are 4 commands: /embed, /add, /remove, /close - /embed <channel> - Generates the embed which lets users create a ticket in the channel selected. - /add <user> - Adds the selected user to the ticket, given they don't already have access to the ticket. - /remove <user> - Removes the selected user from the ticket, given they are in the ticket. - /close [reason] - Closes the ticket, and provides an HTML transcript from https://www.npmjs.com/package/discord-html-transcripts Everything for this bot just about is extremely configurable, and anything can be changed.