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