This commit is contained in:
Christopher Cookman 2024-07-31 23:52:58 -06:00
parent 8d2f9935cf
commit 2709317332
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -200,6 +200,7 @@ client.on("interactionCreate", async (interaction) => {
} else {
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!`,
ephemeral: true
})
}
});