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