From d11ccfab4ecb3b72aa2251463f1efcbae5e46352 Mon Sep 17 00:00:00 2001 From: Ayden Jahola Date: Mon, 2 Sep 2024 21:35:05 +0100 Subject: [PATCH] make code mentions user upon success --- commands/code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {