This commit is contained in:
Luke Robles 2023-04-27 08:29:40 -07:00
parent 4fb483cbf9
commit 9458ce3ce5

View File

@ -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