From bfa19cf9e4a89f76b16e651c4bf5cd905e0161ed Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 25 May 2023 16:54:06 -0700 Subject: [PATCH] Fixing wording in the error message for the /ship command --- app/star_citizen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 app/star_citizen.py diff --git a/app/star_citizen.py b/app/star_citizen.py old mode 100644 new mode 100755 index bbe056af..01e2848f --- a/app/star_citizen.py +++ b/app/star_citizen.py @@ -206,7 +206,7 @@ async def get_ship(ship_name): embed = discord.Embed(description="❌", color=discord.Color.red(), type="rich") embed.add_field( name="**Could not find that ship**", - value="You gave me %s. Did you spell it right? (Its also possible my shitty code isnt working right)" + value="You gave me %s. Did you spell it right?\n\n(Its also possible my shitty code isnt working)" % ship_name, inline=True, )