Skip to content

Commit

Permalink
Seasonal date fix (#1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
fox8091 authored Jan 1, 2024
1 parent ea3b1d3 commit 0557cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/seasonal.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class Seasonal(commands.GroupCog):
"""

seasons: List[Season] = [
Season("12.1", "12.31", "πŸŽ„", "xmasthing"),
Season("12.1", "12.30", "πŸŽ„", "xmasthing"),
Season("6.1", "6.31", "🌈", "rainbow"),
Season("10.1", "10.31", "πŸŽƒ", "pumpkin"),
Season("11.1", "11.30", "πŸ¦ƒ", "turkey"),
Expand Down

0 comments on commit 0557cda

Please sign in to comment.