Adding more compliments

testing
sgoudham 4 years ago
parent 942e226d2b
commit 5c4916a07a

@ -6,6 +6,7 @@
<w>hamothy</w> <w>hamothy</w>
<w>kakashi</w> <w>kakashi</w>
<w>oken</w> <w>oken</w>
<w>simp</w>
<w>waifu</w> <w>waifu</w>
<w>waifus</w> <w>waifus</w>
<w>yaoi</w> <w>yaoi</w>

@ -39,6 +39,7 @@ class Fun(commands.Cog):
f"{target.mention} You know there's no vaccine for stupidity right?", f"{target.mention} You know there's no vaccine for stupidity right?",
] ]
#
await ctx.send(random.choice(responses)) await ctx.send(random.choice(responses))
@commands.command(aliases=['comp', 'Compliment', 'Comp']) @commands.command(aliases=['comp', 'Compliment', 'Comp'])
@ -66,16 +67,22 @@ class Fun(commands.Cog):
f"After meeting {target.mention}, I couldn't imagine living my life without them", f"After meeting {target.mention}, I couldn't imagine living my life without them",
f"Take me into your arms and tell me you love me <:blushlook1:677310734123663363> <:blushlook2:679524467248201769> {target.mention}", f"Take me into your arms and tell me you love me <:blushlook1:677310734123663363> <:blushlook2:679524467248201769> {target.mention}",
f"{target.mention} I would spend eternity cuddling with you :flushed: :flushed:", f"{target.mention} I would spend eternity cuddling with you :flushed: :flushed:",
f"Would you want to go on an e-date together? :pleading_face :point_right: :point_left: {target.mention}", f"Would you want to go on an e-date together? :pleading_face: :point_right: :point_left: {target.mention}",
f"Let me shoot my shot to you :see_no_evil: :see_no_evil:", f"Let me shoot my shot to you :see_no_evil: :see_no_evil: {target.mention}",
# f"", f"Your existence makes me feel so much better {target.mention}",
# f"", f"You're so hot, even hotter than hell :heart_eyes: {target.mention}",
# f"", f"{target.mention} Youre so cute that Taz will simp for you anytime :flushed: :heart_eyes: :flushed:",
# f"", f"Josh would kill Toga for you anyday {target.mention}",
f"Zara would pick you over Kakashi :heart_eyes: :heart_eyes: {target.mention}",
f"{target.mention} The thought of you leaving me is too much to bear. Stay with me forever :pleading_face: :pleading_face:",
f"",
f"",
f""
] ]
await ctx.send(random.choice(responses)) # await ctx.send(random.choice(responses))
# await ctx.send(f"{target.mention} You have my ENTIRE HEART <:Kawaii:676203363922214953> ") await ctx.send(
f"Would you want to go on an e-date together? :pleading_face: :point_right: :point_left: {target.mention}")
# @client.command(aliases=["Hug"]) # @client.command(aliases=["Hug"])
# @commands.has_any_role('Hamothy') # @commands.has_any_role('Hamothy')

Loading…
Cancel
Save