Skip to content

Commit

Permalink
feat: Update exam constants to FINAL_SUMMER_24 and adjust related logic
Browse files Browse the repository at this point in the history
  • Loading branch information
monzim committed Oct 16, 2024
1 parent 86b115e commit b750f95
Show file tree
Hide file tree
Showing 6 changed files with 10,170 additions and 4 deletions.
2 changes: 1 addition & 1 deletion commands/exam_time.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
SUPPORT_STRING = utils.SUPPORT_MESSAGE
)

const currentSemester = models.SUMMER_24_MID
const currentSemester = models.FINAL_SUMMER_24

var examTime = Commnad{
Trigger: "exam-time",
Expand Down
636 changes: 636 additions & 0 deletions data/24_SUMMER_FINAL.csv

Large diffs are not rendered by default.

Loading

0 comments on commit b750f95

Please sign in to comment.