disabled coco
This commit is contained in:
parent
2a1e480ce4
commit
6449289b4e
1 changed files with 6 additions and 6 deletions
|
@ -9,12 +9,12 @@ class Galaxy(commands.Cog):
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|
||||||
@commands.Cog.listener('on_message')
|
# @commands.Cog.listener('on_message')
|
||||||
async def coco(self, message):
|
# async def coco(self, message):
|
||||||
if message.author.id == 286536538446102528:
|
#i f message.author.id == 286536538446102528:
|
||||||
await message.add_reaction(emoji="<:coco:1028535684757209118>")
|
# await message.add_reaction(emoji="<:coco:1028535684757209118>")
|
||||||
else:
|
#else:
|
||||||
return
|
# return
|
||||||
|
|
||||||
@commands.command()
|
@commands.command()
|
||||||
@commands.guild_only()
|
@commands.guild_only()
|
||||||
|
|
Loading…
Reference in a new issue