This is a website server to handle yatb's transcript uploading to self host the transcripts.
- Go to the Discord developer panel
- Create an application
- Go to the Oauth2 tab
- Add a redirect to https://
domain
/discord - Add the ID and client secret in the
.env
file - Fill out all the other
.env
file properties (AUTH_KEY
on the server and in the bot need to be the same!) - Add all sorting options (ticket types) to the index.html file on line 31 (Value should be the name of the category of the ticket)
- Run
npm i
to install all the dependencies - Run
npm start
to build the project and run it