From 6449289b4e28553e3805c808dc99dcbaa9eb7870 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 1 Mar 2023 16:31:22 -0500 Subject: [PATCH] disabled coco --- galaxy/galaxy.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index 321e897..4a7e6a7 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -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()