From 00c7c1f75d38a7efb242518cf5734a8badfd2ee3 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Wed, 18 Oct 2023 22:00:49 -0700 Subject: [PATCH] Adding item uuid to /ship --- app/star_citizen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/star_citizen.py b/app/star_citizen.py index 53fe63f5..95627d1b 100755 --- a/app/star_citizen.py +++ b/app/star_citizen.py @@ -240,6 +240,7 @@ async def get_ship(ship_name): ) except Exception: item_uuid = "N/A" + embed.set_footer(text="item UUID: %s" % item_uuid) except Exception as e: print(e)