mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 00:03:09 +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) },
|
where: { id: Number(f.customId) },
|
||||||
})),
|
})),
|
||||||
},
|
},
|
||||||
topic,
|
topic: topic ? encrypt(topic) : null,
|
||||||
},
|
},
|
||||||
select,
|
select,
|
||||||
where: { id: interaction.channel.id },
|
where: { id: interaction.channel.id },
|
||||||
|
Loading…
Reference in New Issue
Block a user