diff --git a/index.js b/index.js index 2d9c793..4d85772 100644 --- a/index.js +++ b/index.js @@ -435,9 +435,7 @@ client.on("interactionCreate", async (interaction) => { value: row.id }); }); - interaction.respond({ - choices: accountList - }); + interaction.respond(accountList); } }); break;