This commit is contained in:
parent
4a9ed6edae
commit
d718ecb424
@ -17,7 +17,7 @@ module.exports = {
|
|||||||
|
|
||||||
if (interaction.isAutocomplete()) {
|
if (interaction.isAutocomplete()) {
|
||||||
const focusedValue = interaction.options.getFocused();
|
const focusedValue = interaction.options.getFocused();
|
||||||
if (interaction.commandName === 'add') {
|
if (interaction.commandName === 'wdd') {
|
||||||
try {
|
try {
|
||||||
const [rows] = await conn.execute(
|
const [rows] = await conn.execute(
|
||||||
'SELECT nome FROM Choices WHERE nome LIKE ? LIMIT 25',
|
'SELECT nome FROM Choices WHERE nome LIKE ? LIMIT 25',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user