diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index b29b0c4..321e897 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -9,7 +9,7 @@ class Galaxy(commands.Cog): def __init__(self, bot): self.bot = bot - @discord.client.event + @commands.Cog.listener('on_message') async def coco(self, message): if message.author.id == 286536538446102528: await message.add_reaction(emoji="<:coco:1028535684757209118>")