This commit is contained in:
Bxio 2025-04-05 11:24:34 +01:00
parent 4a9ed6edae
commit d718ecb424

View File

@ -17,7 +17,7 @@ module.exports = {
if (interaction.isAutocomplete()) {
const focusedValue = interaction.options.getFocused();
if (interaction.commandName === 'add') {
if (interaction.commandName === 'wdd') {
try {
const [rows] = await conn.execute(
'SELECT nome FROM Choices WHERE nome LIKE ? LIMIT 25',