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)