Skip to content

Commit 1a5595a

Browse files
committed
real sunday food in event nums
1 parent e4bd751 commit 1a5595a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bot/interactions/slashcommands/event-numbers.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ class EventNumbersCommand extends SlashCommand {
4444
"icims-tech-talk",
4545
"breakfast-sunday",
4646
"lunch-sunday",
47+
"breakfast-sunday-real",
48+
"lunch-sunday-real",
4749
];
4850

4951
const infoEmbed = new EmbedBuilder()
5052
.setAuthor({ name: "HackRU Events Attendance", iconURL: interaction.guild.iconURL() })
51-
.setDescription("Count of checked in users who attended events. Duplicates are not counted.")
53+
.setDescription("Count of checked in users who attended events. Duplicates are not counted. For an event not listed here, specify the `event-name` option in command.")
5254
.setColor("Blurple")
5355
.setFooter({ text: "Data as of" })
5456
.setTimestamp();

0 commit comments

Comments
 (0)