From b7f201a595ec6b3ead28d4b373c035c866e85503 Mon Sep 17 00:00:00 2001 From: Connor Smith Date: Sun, 24 Sep 2023 17:06:54 +1000 Subject: [PATCH] Correct mention format --- commands/birthday.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/birthday.js b/commands/birthday.js index 5559e3c..7513498 100644 --- a/commands/birthday.js +++ b/commands/birthday.js @@ -6,7 +6,7 @@ module.exports = { .setDescription('My Birthday!'), async execute(interaction) { return interaction.reply({ - content: 'My birthday is September 18th! I am 2 years old! I\'d like to thank everyone who came to my party! Shoutout to @<313791022121615361> for winning the most points at my recent party!', + content: 'My birthday is September 18th! I am 2 years old! I\'d like to thank everyone who came to my party! Shoutout to <@313791022121615361> for winning the most points at my recent party!', }); }, }; \ No newline at end of file