diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/exts/backend/branding/_constants.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/bot/exts/backend/branding/_constants.py b/bot/exts/backend/branding/_constants.py index f4c815fbd..dbc7615f2 100644 --- a/bot/exts/backend/branding/_constants.py +++ b/bot/exts/backend/branding/_constants.py @@ -4,6 +4,8 @@ from bot.constants import Keys  class Month(IntEnum): +    """All month constants for seasons.""" +      JANUARY = 1      FEBRUARY = 2      MARCH = 3 | 
