Skip to content

Commit

Permalink
fix: added missing clan war league group state
Browse files Browse the repository at this point in the history
  • Loading branch information
201st-Luka committed Sep 3, 2023
1 parent 19f7d9a commit 9c7a111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyclasher/api/models/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ class ClanWarLeagueGroupState(Enum):
PREPARATION = "preparation"
WAR = "war"
ENDED = "ended"
InWar = "inWar"


class ClanWarResult(Enum):
Expand Down

0 comments on commit 9c7a111

Please sign in to comment.