This commit is contained in:
Bxio 2025-04-05 11:27:15 +01:00
parent d490f2cabc
commit f8a3275d48

View File

@ -20,7 +20,7 @@ module.exports = {
if (interaction.commandName === 'wdd') {
try {
const [rows] = await conn.execute(
'SELECT nome FROM choices WHERE name,value LIMIT 25',
'SELECT name,value FROM choices LIMIT 25',
[`%${focusedValue}%`]
);