fixed coco I think

This commit is contained in:
Seaswimmer 2023-02-28 18:23:37 -05:00
parent ff68efdc75
commit 2a9d677cdb

View file

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