From bb417bfda0f97cbddda494c329cbca898681a51d Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 11 Jul 2020 19:17:46 +0100 Subject: [PATCH] Changing some text for the embed --- cogs/fun/enso.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/fun/enso.py b/cogs/fun/enso.py index d90c1a30..902810a0 100644 --- a/cogs/fun/enso.py +++ b/cogs/fun/enso.py @@ -28,7 +28,7 @@ def displayServerImage(array, ctx, name): # Set embed up for the person requested by the user embed = Embed( - title=f"**Look At What A Cutie {name.capitalize()} is!! **", + title=f"**Look At What A Cutie {name.capitalize()} is! **", colour=Colour(random.choice(colour_list)), timestamp=time) embed.set_image(url=random.choice(array)) @@ -87,7 +87,7 @@ class Enso(commands.Cog): print(e) # Send error message saying that the person isn't recognised - await ctx.send(f"Sorry! That person doesn't exist!! Try the names listed below!") + await ctx.send(f"Sorry! That person doesn't exist! Try the names listed below!") # Send the list of available members to the channel nice = string.capwords(', '.join(map(str, array)))