A
This commit is contained in:
parent
469edb86a3
commit
b816e7d9c2
2
index.js
2
index.js
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue