whoops
This commit is contained in:
parent
8d2f9935cf
commit
2709317332
1
index.js
1
index.js
|
@ -200,6 +200,7 @@ client.on("interactionCreate", async (interaction) => {
|
||||||
} else {
|
} else {
|
||||||
interaction.reply({
|
interaction.reply({
|
||||||
content: `Account Verified! Your account number is \`${row.id}\`.\nFor help setting up the dialer, feel free to contact a member of staff!`,
|
content: `Account Verified! Your account number is \`${row.id}\`.\nFor help setting up the dialer, feel free to contact a member of staff!`,
|
||||||
|
ephemeral: true
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue