diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index 4b63d50..6f50ef6 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -9,6 +9,13 @@ class Galaxy(commands.Cog): def __init__(self, bot): self.bot = bot + @commands.client.event + async def coco(self, message): + if message.author == 286536538446102528: + await message.add_reaction(emoji="<:coco:1028535684757209118>") + else: + return + @commands.command() @commands.guild_only() async def userinfo(self, ctx, member: discord.Member):