format
This commit is contained in:
parent
f1f01428b4
commit
792ebd1fe3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user