diff --git a/app/star_citizen.py b/app/star_citizen.py index 75d0aaa6..a0acb3bc 100644 --- a/app/star_citizen.py +++ b/app/star_citizen.py @@ -15,7 +15,10 @@ async def get_ship(ship_name): except IndexError: 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)" % ship_name, inline=True + 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)" + % ship_name, + inline=True, ) return embed