From 1b98bb0016c3d321704b9941e334a7fad693525d Mon Sep 17 00:00:00 2001 From: Connor Smith Date: Fri, 25 Oct 2024 02:27:39 +1100 Subject: [PATCH] Update birthday commands #35 --- commands/birthday.js | 2 +- commands/birthdaywinners.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/birthday.js b/commands/birthday.js index 7513498..7f7da98 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 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!', }); }, }; \ No newline at end of file diff --git a/commands/birthdaywinners.js b/commands/birthdaywinners.js index b62402e..7e2c5aa 100644 --- a/commands/birthdaywinners.js +++ b/commands/birthdaywinners.js @@ -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', }); }, }; \ No newline at end of file