mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-04 09:21:25 +03:00
fix: encrypt topic
This commit is contained in:
@@ -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 },
|
||||
|
Reference in New Issue
Block a user