Skip to content

Commit

Permalink
Correct mention format
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhsm committed Sep 24, 2023
1 parent a49ceda commit b7f201a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/birthday.js
Original file line number Diff line number Diff line change
Expand Up @@ -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!',
});
},
};

0 comments on commit b7f201a

Please sign in to comment.