Skip to content

Commit

Permalink
Update birthday commands #35
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhsm committed Oct 24, 2024
1 parent d772a75 commit 1b98bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 3 years old! I\'d like to thank everyone who came to my party! Lemon (fajny33336) for winning the most points at my recent party!',
});
},
};
2 changes: 1 addition & 1 deletion commands/birthdaywinners.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
.setDescription('Birthday winners'),
async execute(interaction) {
return interaction.reply({
content: 'These are the first place winners of my past birthday parties!\n\nhelenbrait\njohnnychaotic',
content: 'These are the first place winners of my past birthday parties!\n\n- 2022: helenbrait\n- 2023: johnnychaotic\n 2024: fajny33336',
});
},
};

0 comments on commit 1b98bb0

Please sign in to comment.