Skip to content

Commit

Permalink
[Hockey] Add support for Utah Hockey Club.
Browse files Browse the repository at this point in the history
- List Arizona Coyotes as not active.
  • Loading branch information
TrustyJAID committed Jun 26, 2024
1 parent 3d9b55f commit 8349681
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion hockey/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"timezone": "US/Arizona",
"nickname": ["yotes", "arizona", "coyotes"],
"tri_code": "ARI",
"active": True,
"active": False,
},
"Boston Bruins": {
"away": "#111111",
Expand Down Expand Up @@ -483,6 +483,21 @@
"tri_code": "TOR",
"active": True,
},
"Utah Hockey Club": {
"away": "#FFFFFF",
"conference": "Western",
"division": "Central",
"emoji": "UtahHockeyClub:1255555022381387827",
"home": "#70ade2",
"id": 59,
"invite": "https://discord.gg/8xRq64XWEE",
"logo": "https://i.imgur.com/JKSc5ZV.png",
"team_url": "",
"timezone": "US/Mountain",
"nickname": ["utah"],
"tri_code": "UTA",
"active": True,
},
"Vancouver Canucks": {
"away": "#008852",
"conference": "Western",
Expand Down

0 comments on commit 8349681

Please sign in to comment.