Adding item uuid to /ship
This commit is contained in:
parent
c7826115b5
commit
00c7c1f75d
@ -240,6 +240,7 @@ async def get_ship(ship_name):
|
|||||||
)
|
)
|
||||||
except Exception:
|
except Exception:
|
||||||
item_uuid = "N/A"
|
item_uuid = "N/A"
|
||||||
|
embed.set_footer(text="item UUID: %s" % item_uuid)
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user