diff --git a/code/disableenable.py b/code/disableenable.py deleted file mode 100644 index 21ee32c..0000000 --- a/code/disableenable.py +++ /dev/null @@ -1,11 +0,0 @@ -import discord -from discord.ext import commands -from discord import File, Intents # pip install pycord - -class Disableenable(commands.Cog): - def __init__(self, bot): - super().__init__() - self.bot = bot # bot is the client - - - @commands.command() \ No newline at end of file