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

@@ -2,7 +2,6 @@ import os, discord, json, sys, random
from argparse import ArgumentParser
from datetime import datetime
from asyncio import create_task
from discord import option
from discord.ext import tasks, commands
from setup.bot import bot, reload_feature, register_cogs
from setup.logger import LOGGER