You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the bot is using Python 3.12, in src/leaders.py, remove the custom-defined constants for the months of the year, and instead use calendar.MARCH, etc.
The text was updated successfully, but these errors were encountered:
Once the bot is using Python 3.12, in
src/leaders.py
, remove the custom-defined constants for the months of the year, and instead usecalendar.MARCH
, etc.The text was updated successfully, but these errors were encountered: