소스 검색

Making commeted section clear

BaumSplitter41 1 주 전
부모
커밋
72ba169c2b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      VPD_BOT/cogs/civ_situ.py

+ 2 - 0
VPD_BOT/cogs/civ_situ.py

@@ -37,6 +37,8 @@ class civsitu(commands.Cog):
                 print(f"Log channel with ID {situ_channel_id} not found.")
                 return None
             return situ_channel
+        
+        #This is for futur purposes
         """def _get_situ_team_channel(self):
             config = self._load_config()
             situ_team_channel_id = int(config["Civ"]["situ_team_channel_id"])