added coco
This commit is contained in:
parent
866e34c5d7
commit
ff68efdc75
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,13 @@ class Galaxy(commands.Cog):
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = 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.command()
|
||||||
@commands.guild_only()
|
@commands.guild_only()
|
||||||
async def userinfo(self, ctx, member: discord.Member):
|
async def userinfo(self, ctx, member: discord.Member):
|
||||||
|
|
Loading…
Reference in a new issue