Making ~comp available to all and praying it works

testing
sgoudham 4 years ago
parent 6d16957d75
commit fe81185b3b

@ -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 didnt 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} Youre that “Nothing” when people ask me what Im thinking about.",
f"",
f"",
f"",
#f"",
#f"",
#f"",
]
# await ctx.send(random.choice(responses))

Loading…
Cancel
Save