This commit is contained in:
parent
4a9ed6edae
commit
d718ecb424
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user