mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2024-11-25 02:05:56 +00:00
make code mentions user upon success
This commit is contained in:
parent
6d6d9b8a58
commit
d11ccfab4e
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue