mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-17 17:23:08 +02:00
fix: decrypt referenced ticket's topic
This commit is contained in:
parent
34c3ed1b6a
commit
5982754813
@ -584,7 +584,7 @@ module.exports = class TicketManager {
|
|||||||
embed.addFields({
|
embed.addFields({
|
||||||
inline: false,
|
inline: false,
|
||||||
name: getMessage('ticket.references_ticket.fields.topic'),
|
name: getMessage('ticket.references_ticket.fields.topic'),
|
||||||
value: ticket.topic,
|
value: decrypt(ticket.topic),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
await channel.send({ embeds: [embed] });
|
await channel.send({ embeds: [embed] });
|
||||||
|
Loading…
Reference in New Issue
Block a user