From feb69a398083783122da32fd3be7b283472882b5 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Mon, 2 Dec 2024 16:35:32 -0600 Subject: [PATCH] Update season to 11 --- helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.py b/helpers.py index e5e0fa3..f9a05d7 100644 --- a/helpers.py +++ b/helpers.py @@ -19,7 +19,7 @@ from discord.ext import commands from difflib import get_close_matches -SBA_SEASON = 10 +SBA_SEASON = 11 PD_SEASON = 7 SBA_COLOR = 'a6ce39'