From f2bbcb8a91d0d6db35e2655c9c99127b31c2b211 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 6 Jun 2020 22:55:54 +0100 Subject: [PATCH] Allowing everyone to use the kiss command --- cogs/FunCommands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/FunCommands.py b/cogs/FunCommands.py index 02336128..8a691bc2 100644 --- a/cogs/FunCommands.py +++ b/cogs/FunCommands.py @@ -89,14 +89,14 @@ class Fun(commands.Cog): f"{target.mention}From a scale of 1-10, you’re 9 I’m the 1 you need <:Kawaii:676203363922214953> <:Kawaii:676203363922214953> <:Kawaii:676203363922214953> ", f"You're... You're SHREKTACULAR :heart_eyes: :flushed: :heart_eyes: {target.mention}", f"{target.mention} Your beauty renders me speechless... :heart_eyes: :heart_eyes:" - f"Your taste in music is impeccable {target.mention}" + f"Your taste in music is impeccable {target.mention}", + f"{target.mention}I can't stop thinking about you :see_no_evil: :see_no_evil:" ] # Sending out a random compliment from the array "responses" await ctx.send(random.choice(responses)) @commands.command(aliases=["Kiss", "kiss"]) - @commands.has_any_role('Hamothy', "Servant") @cooldown(1, 0.5, BucketType.channel) async def kissing(self, ctx, target: discord.Member):