Browse Source

Westie+Westier

Kirk Trombley 7 months ago
parent
commit
c58273362c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      commands/commands/querying.py

+ 4 - 0
commands/commands/querying.py

@@ -164,8 +164,12 @@ SELFIE_SECTORS = {
     "southie": "se", # Southeast
     "southier": "gm", # Gulf of Mexico
     "seaboardie": "eus", # Eastern US
+    "westie": "cgl", # Central/Great Lakes
+    "westier": "psw", # Pacific Southwest
 }
 
+@as_command("westie")
+@as_command("westier")
 @as_command("southie")
 @as_command("southier")
 @as_command("seaboardie")