refactor: single project channel - guild.fetch_channels API + project_channel singleton

This commit is contained in:
2026-03-07 13:24:42 +09:00
parent 7c081e70b5
commit efaf29a6d2
2 changed files with 123 additions and 204 deletions

View File

@@ -37,6 +37,7 @@ class Config:
# Channel naming
CHANNEL_PREFIX: str = "AG"
PROJECT_NAME: str = os.getenv("PROJECT_NAME", "gravity_control")
@classmethod
def validate(cls) -> list[str]: