Skip to content

Commit b0afea8

Browse files
authored
update f25 events
1 parent 3291fe1 commit b0afea8

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

bot/interactions/slashcommands/event-numbers.js

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,16 @@ class EventNumbersCommand extends SlashCommand {
3434
const users = await this.HackRUBot.db.getCollection("users");
3535

3636
const events = [
37-
"lunch-saturday",
38-
"dinner-saturday",
39-
"github-copilot",
40-
"figma-workshop",
37+
"f-25 breakfast-sunday",
38+
"f-25 lunch-sunday-real",
39+
"rad-workshop",
40+
"idea-workshop",
4141
"wakefern-coffee-chat",
4242
"wakefern-cafe",
4343
"midnight-surprise",
44-
"icims-tech-talk",
45-
"breakfast-sunday",
46-
"lunch-sunday",
47-
"breakfast-sunday-real",
48-
"lunch-sunday-real",
44+
"mlh-workshops",
45+
"f-25 lunch-saturday",
46+
"f-25 dinner-saturday",
4947
];
5048

5149
const infoEmbed = new EmbedBuilder()
@@ -72,4 +70,4 @@ class EventNumbersCommand extends SlashCommand {
7270
}
7371
}
7472

75-
module.exports = EventNumbersCommand;
73+
module.exports = EventNumbersCommand;

0 commit comments

Comments
 (0)