This commit is contained in:
Christopher Cookman 2024-08-16 14:56:19 -06:00
parent 469edb86a3
commit b816e7d9c2
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -432,7 +432,7 @@ client.on("interactionCreate", async (interaction) => {
rows.forEach((row) => { rows.forEach((row) => {
accountList.push({ accountList.push({
name: `${row.id} - ${row.phone}`, name: `${row.id} - ${row.phone}`,
value: row.id value: `${row.id}`
}); });
}); });
interaction.respond(accountList); interaction.respond(accountList);