actually fixed coco

This commit is contained in:
Seaswimmer 2023-02-28 18:26:14 -05:00
parent 2a9d677cdb
commit 217b66bef9

View file

@ -9,7 +9,7 @@ class Galaxy(commands.Cog):
def __init__(self, bot):
self.bot = bot
@commands.client.event
@discord.client.event
async def coco(self, message):
if message.author.id == 286536538446102528:
await message.add_reaction(emoji="<:coco:1028535684757209118>")