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