Skip to content

Commit

Permalink
Setup PSAT
Browse files Browse the repository at this point in the history
  • Loading branch information
ABUCKY0 committed Oct 3, 2023
1 parent 6178535 commit f575e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import normal from "./schedules/normal.js";
import peprally from "./schedules/peprally.js";
import pack from "./schedules/extended2nd.js";
import psat from "./schedules/psat.js";
//import finals from "./schedules/finalsTwoFinals.js";
//import oneFinals from "./schedules/finalsWeekOnlyOne.js";
//import unknown from "./schedules/unknown.js";
Expand All @@ -13,8 +14,7 @@ const config = {
default: normal,
order: [null, normal, normal, normal, normal, normal],
//alt schedule - if this is set, it will override the daily order.
alt: null,
showAnnoucements: true
alt: psat
},
version: " v2.2.1"
}
Expand Down

0 comments on commit f575e8b

Please sign in to comment.