소스 검색

Westie+Westier

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")