From e0d1da958ca89bd2b3f46d55e9ca76a14ebc19f7 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 11 Jul 2020 21:41:28 +0100 Subject: [PATCH] Removing and Adding Compliments --- cogs/fun/fun.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/fun/fun.py b/cogs/fun/fun.py index 10678b5d..cacf077f 100644 --- a/cogs/fun/fun.py +++ b/cogs/fun/fun.py @@ -95,10 +95,10 @@ class Fun(commands.Cog): 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"{target.mention}I can't stop thinking about you :see_no_evil: :see_no_evil:", + f"{target.mention} I can't stop thinking about you :see_no_evil: :see_no_evil:", f"{target.mention} Your wedding will be wonderful, but the y is silent ", f"{target.mention} I would give up my lifelong goals just to have a chance with you ", - f"Will you be the **yee** to my **haw**? :pleading_face: :pleading_face:", + f"{target.mention} Will you be the **yee** to my **haw**? :pleading_face: :pleading_face:", ] # Sending out a random compliment from the array "responses"