diff --git a/commands/code.js b/commands/code.js index e37b871..7a1811a 100644 --- a/commands/code.js +++ b/commands/code.js @@ -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) {