Skip to content

Commit

Permalink
Discord fixed the emojis in the URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayrix authored Sep 15, 2023
1 parent cca8c01 commit 90fff32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/close.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export async function close(interaction: ButtonInteraction | CommandInteraction
.setDescription(
client.locales.getSubValue("embeds", "ticketClosedDM", "description")
.replace("TICKETCOUNT", ticket.id.toString())
.replace("TRANSCRIPTURL", `[\`${domain}${id}\`](${domain}${id})`)
.replace("TRANSCRIPTURL", `${domain}${id}`)
.replace("REASON", ticket.closereason ?? client.locales.getSubValue("other", "noReasonGiven"))
.replace("CLOSERNAME", interaction.user.tag)
)
Expand Down

0 comments on commit 90fff32

Please sign in to comment.