Skip to content

Commit

Permalink
Retire mensa plan indefinitely
Browse files Browse the repository at this point in the history
  • Loading branch information
c0derMo committed Jan 28, 2025
1 parent e798c4f commit 03806c8
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 339 deletions.
13 changes: 1 addition & 12 deletions lib/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { RecurringTask, Weekday } from "./tasks/recurringtask";
import aocCommand from "../modules/aoc/aocCommand";
import timetableCommand from "../modules/attendancetracker/timetableCommand";
import koeriCommand from "../modules/koeri/koeriCommand";
import mensaCommand from "../modules/mensa/mensaCommand";
import truthtableCommand from "../modules/truthtable/truthtableCommand";
import voteCommand from "../modules/vote/voteCommand";

Expand All @@ -15,20 +14,10 @@ import attendanceTrackerButton from "../modules/attendancetracker/attendanceTrac
import UniversityDayRecurringTask from "./tasks/universityDayRecurringtask";

export const SLASH_COMMANDS: ISlashCommand[] = [
koeriCommand, mensaCommand, voteCommand, truthtableCommand, aocCommand, timetableCommand
koeriCommand, voteCommand, truthtableCommand, aocCommand, timetableCommand
];

export const TASKS = [
// Mensa-Plans

/*
* new UniversityDayRecurringTask(Weekday.MONDAY, 9, 48, mensaTask),
* new UniversityDayRecurringTask(Weekday.TUESDAY, 9, 48, mensaTask),
* new UniversityDayRecurringTask(Weekday.WEDNESDAY, 9, 48, mensaTask),
* new UniversityDayRecurringTask(Weekday.THURSDAY, 9, 48, mensaTask),
* new UniversityDayRecurringTask(Weekday.FRIDAY, 9, 48, mensaTask),
*/

// Advent of Code
new RecurringTask(Weekday.MONDAY, 22, 5, aocTask),
new RecurringTask(Weekday.TUESDAY, 22, 5, aocTask),
Expand Down
18 changes: 0 additions & 18 deletions modules/mensa/mensaCommand.ts

This file was deleted.

74 changes: 0 additions & 74 deletions modules/mensa/mensaParser.ts

This file was deleted.

15 changes: 0 additions & 15 deletions modules/mensa/mensaTask.ts

This file was deleted.

Loading

0 comments on commit 03806c8

Please sign in to comment.