Kirk Trombley пре 7 месеци
родитељ
комит
c58273362c
1 измењених фајлова са 4 додато и 0 уклоњено
  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")