coco should actually work now
This commit is contained in:
parent
217b66bef9
commit
2a1e480ce4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class Galaxy(commands.Cog):
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|
||||||
@discord.client.event
|
@commands.Cog.listener('on_message')
|
||||||
async def coco(self, message):
|
async def coco(self, message):
|
||||||
if message.author.id == 286536538446102528:
|
if message.author.id == 286536538446102528:
|
||||||
await message.add_reaction(emoji="<:coco:1028535684757209118>")
|
await message.add_reaction(emoji="<:coco:1028535684757209118>")
|
||||||
|
|
Loading…
Reference in a new issue