Explorar o código

Westie+Westier

Kirk Trombley hai 7 meses
pai
achega
c58273362c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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")