Adding item uuid to /ship
This commit is contained in:
parent
3f72534121
commit
a3b85b4530
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user