Adding item uuid to /ship

This commit is contained in:
Luke Robles 2023-10-18 22:00:49 -07:00
parent 6daf94be48
commit 8f46018d20

View File

@ -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)