added coco

This commit is contained in:
Seaswimmer 2023-02-28 18:20:35 -05:00
parent 866e34c5d7
commit ff68efdc75

View file

@ -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):