File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
bot/interactions/slashcommands Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments