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):
self.bot = bot
@commands.Cog.listener('on_message')
async def coco(self, message):
if message.author.id == 286536538446102528:
await message.add_reaction(emoji="<:coco:1028535684757209118>")
else:
return
# @commands.Cog.listener('on_message')
# async def coco(self, message):
#i f message.author.id == 286536538446102528:
# await message.add_reaction(emoji="<:coco:1028535684757209118>")
#else:
# return
@commands.command()
@commands.guild_only()