Fix Discord's UI problem

This commit is contained in:
Isaac 2022-08-08 23:36:45 +01:00
parent f419cbf967
commit 80399cd294
No known key found for this signature in database
GPG Key ID: F4EAABEB0FFCC06A

View File

@ -13,6 +13,7 @@ module.exports = class CreateMenu extends Menu {
* @param {import("discord.js").SelectMenuInteraction} interaction
*/
async run(id, interaction) {
interaction.message.edit({ components: interaction.message.components }); // reset the select menu (minor client-side UI issue)
await this.client.tickets.create({
categoryId: interaction.values[0],
interaction,