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, )