update example and add get_uuids() example

This commit is contained in:
deesiigneer
2022-07-18 22:15:05 +03:00
parent 8e6664bc51
commit 85ef993011
2 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
import pyspapi
print(pyspapi.MojangAPI.get_uuid(username='deesiigneer'))
print(pyspapi.MojangAPI.get_uuids(['deesiigneer', '5opka', 'OsterMiner']))

View File

@@ -1,3 +0,0 @@
import pyspapi
mojangapi = pyspapi.MojangAPI.get_uuid(username='deesiigneer')