feat: Add intern feature, assignment to a mentor every week, follows him/her in voice channel when they join/move or disconnect

This commit is contained in:
2026-07-16 13:11:29 +02:00
parent d14ca4ab3e
commit 6692c43102
8 changed files with 174 additions and 11 deletions

View File

@@ -7,6 +7,8 @@ class Config:
TOKEN = str(os.getenv("TOKEN", ""))
CONFIG_PATH = str(os.getenv("CONFIG_PATH"))
INTERN_MEMORY_PATH = os.path.join(CONFIG_PATH,"intern.json")
INTERN_TAKES_PATH = os.path.join(CONFIG_PATH,"intern_takes.csv")
COGS = os.getenv("COGS", "")
@classmethod