Adding item uuid to /ship
This commit is contained in:
parent
6daf94be48
commit
8f46018d20
@ -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