This commit is contained in:
parent
267bc6d451
commit
d490f2cabc
@ -20,7 +20,7 @@ module.exports = {
|
||||
if (interaction.commandName === 'wdd') {
|
||||
try {
|
||||
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}%`]
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user