disabled coco

This commit is contained in:
Seaswimmer 2023-03-01 16:31:22 -05:00
parent 2a1e480ce4
commit 6449289b4e

View file

@ -9,12 +9,12 @@ class Galaxy(commands.Cog):
def __init__(self, bot): def __init__(self, bot):
self.bot = bot self.bot = bot
@commands.Cog.listener('on_message') # @commands.Cog.listener('on_message')
async def coco(self, message): # async def coco(self, message):
if message.author.id == 286536538446102528: #i f message.author.id == 286536538446102528:
await message.add_reaction(emoji="<:coco:1028535684757209118>") # await message.add_reaction(emoji="<:coco:1028535684757209118>")
else: #else:
return # return
@commands.command() @commands.command()
@commands.guild_only() @commands.guild_only()