From 44eb19cbb05fb0a59941fe95f82cd52221f8e636 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 25 Jun 2020 21:51:32 +0100 Subject: [PATCH] Reformatted error message --- cogs/AnimeImages.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cogs/AnimeImages.py b/cogs/AnimeImages.py index a1bf47c6..86d6dcda 100644 --- a/cogs/AnimeImages.py +++ b/cogs/AnimeImages.py @@ -247,7 +247,8 @@ class Waifus(commands.Cog): print(e) # Send error message saying that the person isn't recognised - await ctx.send(f"Sorry! That waifu doesn't exist! Please do **~w list** to see the list of waifu's") + await ctx.send(f"Sorry! That waifu doesn't exist!" + f"\nPlease do **~w list** to see the list of waifu's") else: # Get embed from randomWaifu() and send it to the channel @@ -298,7 +299,8 @@ class Waifus(commands.Cog): # Send error message saying that the person isn't recognised await ctx.send( - f"Sorry! That husbando doesn't exist! Please do **~h list** to see the list of husbando's") + f"Sorry! That husbando doesn't exist!" + f"\nPlease do **~h list** to see the list of husbando's") else: