complete overhaul

This commit is contained in:
expect 2025-06-20 23:48:10 +02:00
parent dfe360db45
commit fd76a7703d
12 changed files with 262 additions and 270 deletions

View file

@ -1,7 +1,7 @@
import discord
from discord.ext import commands
import os
from config import ownerid
from modules.globalvars import ownerid
class CogManager(commands.Cog):
def __init__(self, bot):