From 7f6cd9a395aeb8895ca6cc7bc288a1593ea054cd Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 20 Jul 2020 20:24:22 +0100 Subject: [PATCH] Fixing typo in divorce command --- cogs/anime/relationship.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/anime/relationship.py b/cogs/anime/relationship.py index aca9b76c..9252fac6 100644 --- a/cogs/anime/relationship.py +++ b/cogs/anime/relationship.py @@ -226,7 +226,7 @@ class Relationship(commands.Cog): # Try to console the person and wish them the best in their life await ctx.send( - f"**Sorry but you're gonna need {ctx.author.mention}'s consent to move forward with this!**") + f"**{ctx.author.mention}Sorry but you're gonna need {member.mention}'s consent to move forward with this!**") else: # Abort the process as the message sent did not make sense