From 9247d90b5044004064989ba83a8d855ecfb66a6b Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sun, 19 Jul 2020 04:08:35 +0100 Subject: [PATCH] reformatting marriage/divorce command --- cogs/anime/relationship.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cogs/anime/relationship.py b/cogs/anime/relationship.py index dd7d8a66..30882819 100644 --- a/cogs/anime/relationship.py +++ b/cogs/anime/relationship.py @@ -95,7 +95,8 @@ class Relationship(commands.Cog): return # Send a message to the channel mentioning the author and the person they want to wed. - await ctx.send(f"{ctx.author.mention} **Proposes To** {member.mention} **Do you accept??** " + await ctx.send(f"{ctx.author.mention} **Proposes To** {member.mention}" + f"\n**Do you accept??**" f"\nRespond with [**Y**es/**N**o]") # A check that makes sure that the reply is not from the author @@ -184,7 +185,8 @@ class Relationship(commands.Cog): # Send a message to the channel mentioning the author and the person they want to wed. await ctx.send( - f"{ctx.author.mention} **Wishes to Divorce** {member.mention} **Are you willing to break this sacred bond??**" + f"{ctx.author.mention} **Wishes to Divorce** {member.mention}" + f"\n**Are you willing to break this sacred bond?**" f"\nRespond with [**Y**es/**N**o]") # A check that makes sure that the reply is not from the author