Hi TicketTool Dev team,
I've noticed that lately the attachments in direct transcripts get broken quickly now.
This is due to the attachment being deleted from Discord's CDN quicker than it used to when the original message no longer exists.
Don't worry, I come with a solution that will unfortunately require a tiny bit of coding
I understand that ticket tool creates an HTML copy of the ticket's channel messages, attaches it to a message, posts it in the designated channel and then the Direct Transcript link only points to it with https://tickettool.xyz/direct?url= prepended to load it as a website instead of a file.
The attachments remain accessible through https://media.discordapp.net longer than https://cdn.discordapp.com
Would it be possible for the dev team to add some code to replace https://cdn.discordapp.com attachment links with https://media.discordapp.net attachment links in the transcript html file to fix this issue?