Revert "Create disableenable.py"

This reverts commit d633e8bfe5.
This commit is contained in:
Paillat
2022-12-06 16:17:28 +01:00
parent c0aa51170c
commit d638dea7ac

View File

@@ -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()