From 469edb86a3964b1d9c1b1ddd7a8812831dd73ad6 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Fri, 16 Aug 2024 14:55:29 -0600 Subject: [PATCH] Fix that --- index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;