-
[${timestamp}]
-
${author}
-
${content.replace(/\n/g, '
')}
`;
-
- if (message.attachments && message.attachments.size > 0) {
- htmlTranscript += `
-
- ๐ Attachments: ${message.attachments.map(a => `
${a.name}`).join(', ')}
-
`;
- }
-
- htmlTranscript += `
-
`;
- }
-
- htmlTranscript += `
-
-`;
-
- const transcriptEmbed = createEmbed({
- title: `๐ Ticket Transcript - ${interaction.channel.name}`,
- description: `**Channel:** ${interaction.channel.name}\n**Created:**