From fe81185b3baae121c36f9d496c38d3b0a4030bf5 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 3 Jun 2020 23:35:51 +0100 Subject: [PATCH] Making ~comp available to all and praying it works --- cogs/FunCommands.py | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/cogs/FunCommands.py b/cogs/FunCommands.py index 2ee73b13..4ba8903d 100644 --- a/cogs/FunCommands.py +++ b/cogs/FunCommands.py @@ -36,16 +36,15 @@ class Fun(commands.Cog): f"#{target.mention}IsOverParty", f"I hope {target.mention} drops dead with a curable disease that doctors simply didn’t feel like curing :)", f"{target.mention} You know there's no vaccine for stupidity right?", - f"", - f"", - f"", - f"", + #f"", + #f"", + #f"", + #f"", ] await ctx.send(random.choice(responses)) @commands.command(aliases=['comp', 'Compliment', 'Comp']) - @commands.has_any_role('Hamothy', "izzy") async def compliment(self, ctx, target: discord.Member): responses = [ f"{target.mention} is the most adorable uwu :heart_eyes: :heart_eyes:", @@ -65,10 +64,9 @@ class Fun(commands.Cog): f"I'd simp for {target.mention} anyday :flushed: :heart_eyes: :flushed: ", f"{target.mention} Even the ugliest clothes won't ruin your look (。•̀ᴗ -)☆", f"{target.mention} You’re that “Nothing” when people ask me what I’m thinking about.", - f"", - f"", - f"", - + #f"", + #f"", + #f"", ] # await ctx.send(random.choice(responses))