Change ship health to hull health on the /ship embed
This commit is contained in:
parent
a91560ee13
commit
5f83c5c9bb
@ -370,7 +370,7 @@ async def get_ship(ship_name):
|
||||
except Exception:
|
||||
health = "N/A"
|
||||
|
||||
embed.add_field(name="**Ship Health**", value=health, inline=True)
|
||||
embed.add_field(name="**Hull Health**", value=health, inline=True)
|
||||
|
||||
try:
|
||||
quantum_fuel = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user