mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
Create disableenable.py
This commit is contained in:
11
code/disableenable.py
Normal file
11
code/disableenable.py
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
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()
|
||||||
Reference in New Issue
Block a user