This commit is contained in:
parent
77fc61f7e1
commit
2de7d1028b
@ -36,11 +36,12 @@ const {
|
||||
|
||||
const row = new ActionRowBuilder().addComponents(select);
|
||||
|
||||
/* return interaction.reply({
|
||||
// Resposta com o menu suspenso
|
||||
return interaction.reply({
|
||||
content: '📦 Escolhe o recurso que queres editar:',
|
||||
components: [row],
|
||||
ephemeral: true,
|
||||
}); */
|
||||
});
|
||||
}
|
||||
|
||||
// 🔵 Quando escolhe o recurso → mostrar o modal
|
||||
@ -139,4 +140,3 @@ const {
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user