This commit is contained in:
Bxio 2025-04-17 10:03:32 +01:00
parent 2997a8ebb9
commit 49edd7f641

View File

@ -15,9 +15,6 @@ module.exports = {
console.error(focusedValue);
if (focusedValue.name == 'nome'){
}
try {
const [rows] = await conn.execute(
@ -35,6 +32,9 @@ module.exports = {
console.error('Erro ao buscar sugestões:', err);
await interaction.respond([]);
}
}
}
}
},