Adding item uuid to /ship

This commit is contained in:
Luke Robles 2023-10-18 22:00:49 -07:00
parent c7826115b5
commit 00c7c1f75d

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)