mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-22 07:43:08 +02:00
fix: encrypt topic
This commit is contained in:
parent
48902f8131
commit
502f48866a
@ -65,7 +65,7 @@ module.exports = class QuestionsModal extends Modal {
|
||||
where: { id: Number(f.customId) },
|
||||
})),
|
||||
},
|
||||
topic,
|
||||
topic: topic ? encrypt(topic) : null,
|
||||
},
|
||||
select,
|
||||
where: { id: interaction.channel.id },
|
||||
|
Loading…
Reference in New Issue
Block a user