From 6d9e37a76fe8b53bd4956ea563dbc56087580f5e Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 20 Jul 2020 20:26:15 +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 9252fac6..c8478c79 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"**{ctx.author.mention}Sorry but you're gonna need {member.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