This commit is contained in:
Bxio 2025-04-05 11:26:34 +01:00
parent 267bc6d451
commit d490f2cabc

View File

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