bot: actual link
vi did:web:vt3e.cat
Tue, 30 Jun 2026 01:27:25 +0100
2 files changed,
7 insertions(+),
6 deletions(-)
M
apps/bot/src/feats/tickets/actions/helpers.ts
→
apps/bot/src/feats/tickets/actions/helpers.ts
@@ -122,7 +122,11 @@ if (!limitedDetails)
actionRow.addComponents( TicketButtonPresets.viewCommentsButton(ticket.id, ticket.comments.length), ); - actionRow.addComponents(TicketButtonPresets.transcriptsLink(ticket.id)); + actionRow.addComponents( + TicketButtonPresets.transcriptsLink( + `https://tickets.vt3e.cat/guilds/${ticket.guild!.discordId}/tickets/${ticket.localId}`, + ), + ); container.addActionRowComponents(actionRow); return container;