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

@@ -1,11 +1,11 @@
import discord, json, os, random, re
import collections
from discord.ext import commands
from discord.ext import commands, bridge
from setup.logger import LOGGER
from setup.config import Config
class InsultsCog(commands.Cog):
def __init__(self, bot:discord.Bot):
def __init__(self, bot:bridge.Bot):
self.bot = bot
with open(os.path.join(Config.CONFIG_PATH, "insults.txt")) as f: