Change ship health to hull health on the /ship embed
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
96b65856ba
commit
90f678a897
@ -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