From 5f83c5c9bb1a335c8a29845dfb012a79c8600dbd Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 5 Jan 2024 17:46:54 -0800 Subject: [PATCH] Change ship health to hull health on the /ship embed --- app/star_citizen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/star_citizen.py b/app/star_citizen.py index 296d292e..a6d74c80 100755 --- a/app/star_citizen.py +++ b/app/star_citizen.py @@ -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 = (