make code mentions user upon success

This commit is contained in:
Ayden Jahola 2024-09-02 21:35:05 +01:00
parent 6d6d9b8a58
commit d11ccfab4e
No known key found for this signature in database
GPG key ID: 71DD90AE4AE92742

View file

@ -93,7 +93,7 @@ module.exports = {
}
return interaction.reply({
content: `Congratulations ${interaction.user.username}, you have been verified!`,
content: `Congratulations <@${interaction.user.id}>, you have been verified!`,
ephemeral: true,
});
} catch (err) {