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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user