From 23a4db04ea6c26a3e7e25d8125dec464ff85e419 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 14 Jul 2020 04:52:11 +0100 Subject: [PATCH] Reformatting text --- cogs/help/help.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cogs/help/help.py b/cogs/help/help.py index 72d3d393..72dcf3a9 100644 --- a/cogs/help/help.py +++ b/cogs/help/help.py @@ -115,17 +115,17 @@ def waifu_husbando_function(self, guild_icon): waifu_husbando_fields = [ (f"**{self.ctx.prefix}w ``**", "\nShows Specified Image of Waifu" + - f"\n (Using **{self.ctx.prefix}w shows random image of Waifu)", True), + f"\n(Using **{self.ctx.prefix}w shows random image of Waifu)", True), (f"**{self.ctx.prefix}h ``**", "\nShows Specified Image of Husbando" + - f"\n (Using **{self.ctx.prefix}h shows random image of Husbando", True), + f"\n(Using **{self.ctx.prefix}h shows random image of Husbando", True), (f"**{self.ctx.prefix}w `list`**", "\nReturns all Waifus", True), (f"**{self.ctx.prefix}h `list`**", "\nReturns all Husbandos", True), (f"**{self.ctx.prefix}enso ``**", "\nShows Specified Image of User" + - f"\n (Using {self.ctx.prefix}enso by itself shall generate a random image of a person within all the server)", + f"\n(Using {self.ctx.prefix}enso by itself shall generate a random image of a person within all the server)", True), (f"**{self.ctx.prefix}enso `list`**", "\nReturns all Users", True)]