This commit is contained in:
Christopher Cookman 2024-08-16 14:55:29 -06:00
parent 435803134f
commit 469edb86a3
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -435,9 +435,7 @@ client.on("interactionCreate", async (interaction) => {
value: row.id
});
});
interaction.respond({
choices: accountList
});
interaction.respond(accountList);
}
});
break;