Skip to content

Commit f56bc9a

Browse files
committed
fix: dumb mistake with season generation
1 parent f773601 commit f56bc9a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/events/Client/ready.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ module.exports = {
9696
icon: season.icon,
9797
startMonth: season.startMonth,
9898
startDay: season.startDay,
99+
endMonth: season.endMonth,
100+
endDay: season.endDay,
99101
type: 'season',
100102
active: isActive,
101103
commonWeatherTypes: season.commonWeatherTypes,

0 commit comments

Comments
 (0)