We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc72c5 commit 948d4eaCopy full SHA for 948d4ea
src/main/java/pw/chew/mlb/MLBBot.java
@@ -38,7 +38,7 @@ public class MLBBot {
38
public static final List<JSONObject> TEAMS = new ArrayList<>();
39
public static final EventWaiter waiter = new EventWaiter();
40
41
- public static final int SEASON = 2024;
+ public static final int SEASON = 2025;
42
43
public static void main(String[] args) throws IOException {
44
// Load properties into the PropertiesManager
0 commit comments